Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:3000/v1/prompts/{id}/tags \ --header 'Authorization: Bearer <token>'
{ "tags": [ { "tag": "<string>", "version": 123 } ] }
Lists all tags associated with versions of this prompt.
Use an access token retrieved from login (Bearer sess_...) or a programmatic API key (Bearer ak_...).
Unique prompt UUID.
List of prompt tags
Show child attributes