List all prompts
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The feature slug to filter prompts by
"feature-slug"
Array of prompts.
The list of prompts
[
{
"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"]
}
]