---
title: "List scheduled callbacks"
method: GET
path: "/api/v4/tasks/scheduled_callbacks"
tags: ["Tasks"]
---

# List scheduled callbacks

`GET /api/v4/tasks/scheduled_callbacks`

Returns a paginated list of scheduled callbacks, ordered from newest to oldest.

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

OK

- object
  - `scheduled_callbacks` ScheduledCallback[]
    - `id` integer — The unique identifier of the scheduled callback.
    - `phone_number` string — The phone number to call back.
    - `scheduled_at` string, date-time — The time of the callback in ISO8601 format.
    - `user` UserShort
      - `id` integer — The unique identifier of the user.
      - `name` string — The name of the user.
      - `email` string, email — The email address of the user.
    - `caller_id_group` CallerIDGroupShort — A group of Caller IDs that control which phone number is shown when dialing.
      - `id` integer — The unique identifier of the caller ID group
      - `name` string — The name of the caller ID group.
    - `note` string, nullable — Notes provided for the callback.
    - `related_call` object, nullable
      - `id` string, uuid — Identifier of the related call.
    - `source` object, nullable
      - `system` string — External system that initiated the callback.
      - `account_id` string — Contact identifier in the external system.
    - `status` 'pending' | 'in_progress' | 'completed' | 'failed' | 'in_failover' — The current status of the scheduled callback.
    - `created_at` string, date-time — Timestamp when the scheduled callback was created (ISO 8601).
    - `updated_at` string, date-time — Timestamp when the scheduled callback was last updated (ISO 8601).
  - `metadata` Metadata — Pagination metadata for list responses.
    - `total` integer — The total number of items available for the requested resource.
    - `next_cursor` string, nullable — Cursor for fetching the next page of results when cursor-based pagination is supported.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too many requests

---

[API](https://skmtc.net/voiso/apis/voiso-api.md) · [All operations](https://skmtc.net/voiso/apis/voiso-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voiso/voiso-api/revisions/3d34cfd8f064/schema)
