List all prompts
cURL
curl --request GET \ --url https://api.getbasalt.ai/prompts \ --header 'Authorization: Bearer <token>'
{ "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" ] } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The feature slug to filter prompts by
"feature-slug"
Array of prompts.
The response is of type object.
object
Was this page helpful?