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 https://capy.ai/api/v1/projects/{projectId}/tags \ --header 'Authorization: Bearer <token>'
{ "items": [ { "name": "<string>" } ] }
List reusable captain-thread tags defined for the project’s organization.
API token (capy_xxxx). Generate at capy.ai/settings/tokens
Project ID.
Success
Show child attributes
Was this page helpful?