cURL
curl --request GET \ --url https://api.trillet.ai/v1/api/call-dispositions/{id} \ --header 'x-api-key: <api-key>' \ --header 'x-workspace-id: <x-workspace-id>'
{ "_id": "665a1b2c3d4e5f6a7b8c9d0e", "phoneNumber": "+14155551234", "disposition": "callback_scheduled", "status": "pending", "scheduledAt": "2024-06-02T14:00:00.000Z", "attempt": 1, "agentId": "665a1b2c3d4e5f6a7b8c9d0f", "batchId": "665a1b2c3d4e5f6a7b8c9d10", "notes": "Customer requested callback after 2pm", "createdAt": "2024-06-01T10:00:00.000Z" }
Retrieve a specific call disposition by its ID.