cURL
curl --request GET \ --url https://capy.ai/api/v1/projects/{projectId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "description": "<string>", "taskCode": "<string>", "repos": [ { "repoFullName": "<string>", "branch": "<string>" } ], "createdAt": "<string>", "updatedAt": "<string>" }
Get a single project.
API token (capy_xxxx). Generate at capy.ai/settings/tokens
Project ID.
Success
Show child attributes
Was this page helpful?