cURL
curl --request GET \ --url https://api.baytos.ai/v1/prompts \ --header 'Authorization: Bearer <token>'
{ "prompts": [ { "id": "<string>", "title": "<string>", "packageName": "<string>" } ], "cursor": "<string>", "hasMore": true }
List all prompts in your workspace with pagination
API key obtained from https://claro.baytos.ai
1 <= x <= 100
Successfully retrieved prompts
Show child attributes