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.
Retrieve a specific assignment by ID.
cURL
curl --request GET \ --url https://api.kapso.ai/platform/v1/whatsapp/conversations/{conversation_id}/assignments/{id} \ --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", "active": true, "created_at": "2026-01-19T10:30:00Z" } }
Assignment retrieved
Show child attributes
Was this page helpful?