GET /api/v2/callback

Lists callback requests for a specific call center.

Returns a paginated list of callback requests in the specified call center that the API key has access to. Callbacks are returned in FIFO order (oldest first), so the first callback in the list has been waiting longest. Each callback includes a status field indicating whether it is 'queued' (actively waiting for fulfillment) or 'timed_out' (exceeded the call center's max_hold_seconds). Timed-out callbacks have queue_position set to null. Requires admin-level access to the call center.

Authorization: API key must have admin access to the specified call center.

Rate limit: 1200 per minute.

Servers

Query parameters

Name Type Required Description
limit Integer No

Maximum results per page (default: 20, max: 100).

Default value: 20

call_center_id Integer Yes

The call center ID to query. Required.

cursor String No

A token used to return the next page of results.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.