cURL
curl --request GET \ --url https://api.example.com/conversations/{id}/actions \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "68505cb92a11ea971d9df894", "resolved": false, "role": "assistant", "name": "help", "content": "Manual escalation", "toolCalls": [ { "id": "call_123", "type": "function", "function": {} } ], "createdAt": "2026-04-14T12:00:00.000Z", "updatedAt": "2026-04-14T12:01:00.000Z" } ], "meta": { "pagination": { "limit": 25, "nextCursor": "68505cb92a11ea971d9df894", "hasMore": true } } }
Use Authorization: Bearer <api_key>.
Authorization: Bearer <api_key>
Conversation/contact ID.
1
"68505cb92a11ea971d9df894"
Max number of actions to return (1–100).
1 <= x <= 100
20
Pagination cursor from previous page.
Conversation actions
Show child attributes