Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The slug of the prompt to describe
Example:
"my-slug"
Query Parameters
The version to filter prompts by
Example:
"1.0.0"
The tag to filter prompts by
Example:
"latest"
Response
The prompt with all its parameters
The prompt retrieved
Example:
{
"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