Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The feature slug to filter prompts by
Example:
"feature-slug"
Response
Array of prompts.
The list of prompts
Example:
[
{
"slug": "my-prompt",
"name": "My Prompt",
"status": "live",
"description": "This is a description of the prompt",
"availableVersions": ["1.0.0", "1.0.1"],
"availableTags": ["latest", "production"]
}
]