GET /dispositions/{disposition_id}
Returns a single disposition by ID.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
disposition_id | UUID | Yes | The ID of the disposition to retrieve |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
agent_id | string | No | If provided, returns the disposition only if it is linked to this agent |
Response
Returns a single Disposition object.Examples
Response Example
Error Responses
| Status | Description |
|---|---|
403 | Access denied — disposition or agent does not belong to your account |
404 | Disposition not found |
500 | Internal server error |

