GET /dispositions/
Returns a list of dispositions. Supports two modes depending on whether agent_id is provided.
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
agent_id | string | No | If provided, returns only dispositions linked to this agent. If omitted, returns all your own dispositions. |
Response
Returns an array of Disposition objects.Examples
Response Example
Error Responses
| Status | Description |
|---|---|
403 | Access denied — agent_id does not belong to your account |
500 | Internal server error |

