Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get all assignments for a conversation, most recent first.
cURL
curl --request GET \ --url https://api.kapso.ai/platform/v1/whatsapp/conversations/{conversation_id}/assignments \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "user_id": "f1e2d3c4-b5a6-9870-fedc-ba0987654321", "created_by_user_id": "f1e2d3c4-b5a6-9870-fedc-ba0987654321", "notes": "Handling customer inquiry about pricing", "active": true, "created_at": "2026-01-19T10:30:00Z" }, { "id": "b2c3d4e5-f6a7-8901-bcde-f12345678901", "user_id": "e2d3c4b5-a697-8076-edcb-a09876543210", "created_by_user_id": "f1e2d3c4-b5a6-9870-fedc-ba0987654321", "notes": null, "active": false, "created_at": "2026-01-18T14:20:00Z" } ], "meta": { "page": 1, "per_page": 25, "total_pages": 1, "total_count": 2 } }
x >= 1
Assignments retrieved
Show child attributes
Was this page helpful?