Describe a prompt by its slug
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The slug of the prompt to describe
"my-slug"
The version to filter prompts by
"1.0.0"
The tag to filter prompts by
"latest"
The prompt with all its parameters
The prompt retrieved
{
"slug": "my-slug",
"name": "My Prompt",
"status": "live",
"description": "This is a description of the prompt",
"availableVersions": ["1.0.0", "1.0.1"],
"availableTags": ["latest", "production", "staging"],
"variables": [
{
"label": "Name",
"type": "string",
"description": "This is a description of the variable"
}
]
}A warning message