cURL
curl --request GET \ --url https://capy.ai/api/v1/threads/{threadId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "projectId": "<string>", "title": "<string>", "status": "active", "tasks": [ { "id": "<string>", "identifier": "<string>", "title": "<string>", "status": "backlog" } ], "pullRequests": [ { "number": 0, "url": "<string>", "repoFullName": "<string>", "state": "<string>", "headRef": "<string>", "baseRef": "<string>", "draft": true } ], "slackThreads": [ { "teamId": "<string>", "channelId": "<string>", "threadTs": "<string>", "url": "<string>" } ], "createdAt": "<string>", "updatedAt": "<string>" }
Get a single captain thread.
API token (capy_xxxx). Generate at capy.ai/settings/tokens
Thread jam ID.
Success
active
idle
archived
Show child attributes
Was this page helpful?