cURL
curl --request GET \ --url https://capy.ai/api/v1/projects \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "name": "<string>", "description": "<string>", "taskCode": "<string>", "repos": [ { "repoFullName": "<string>", "branch": "<string>" } ], "createdAt": "<string>", "updatedAt": "<string>" } ], "nextCursor": "<string>", "hasMore": true }
List projects available to the API token.
API token (capy_xxxx). Generate at capy.ai/settings/tokens
1 <= x <= 100
Success
Show child attributes
Was this page helpful?