Skip to main content
GET
List Dispositions

List Dispositions

Returns all call dispositions for your company: built-in dispositions first (is_custom=false), then custom dispositions (is_custom=true). Custom dispositions have a value prefixed with custom_ and include label_en, label_fr, and a category.

Request

GET /v1/dispositions

Example

Response

Response Fields

Built-in disposition values use kebab-case (e.g. appointment-scheduled, no-answer, voicemail-left). Custom dispositions have values prefixed with custom_ (e.g. custom_a1b2c3d4). Use the value field when filtering call logs by disposition via the disposition query parameter on GET /v1/call-logs.

Disposition Values

Custom dispositions created in your workspace have values prefixed with custom_ (e.g. custom_a1b2c3d4). Use the List Dispositions endpoint to retrieve all available dispositions including custom ones.