cURL
curl --request GET \ --url https://capy.ai/api/v1/threads/{threadId}/messages \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "source": "user", "content": "<string>", "createdAt": "<string>" } ], "nextCursor": "<string>", "hasMore": true }
List messages in a captain thread.
API token (capy_xxxx). Generate at capy.ai/settings/tokens
Thread jam ID.
1 <= x <= 100
Success
Show child attributes
Was this page helpful?