Get prompt details
You can get detailed information about a prompt by providing its slug.Describe a specific Version
You can retrieve details about a specific version of a prompt by providing the version parameter.If both version and tag are provided, version takes precedence.
If neither is provided, the system attempts to find the
production tagged versionDescribe a specific Tag
You can retrieve details about a specific tag of a prompt by providing the tag parameter.Returned data
When you describe a prompt, the SDK returns detailed information about the prompt, including its metadata, variables, and available versions and tags.Example response
Response example