---
title: "List Queued Outbound Calls"
method: GET
path: "/queued-outbound-calls/"
tags: ["Queued Outbound Calls"]
---

# List Queued Outbound Calls

`GET /queued-outbound-calls/`

List queued outbound calls for the current user's customer.

## Query parameters

- `limit` integer
- `offset` integer
- `status` string, nullable — Filter by status

## Response `200`

Successful Response

- QueuedOutboundCallListResponse — Response for listing queued outbound calls with pagination.
  - `calls` QueuedOutboundCallResponse[], required
    - `queued_outbound_call_id` string, uuid, required
    - `customer_id` string, uuid, required
    - `outbound_lead_id` string, uuid, required
    - `call_id` string, uuid, nullable
    - `status` string, required
    - `error_message` string, nullable
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, nullable
    - `lead_first_name` string, nullable
    - `lead_last_name` string, nullable
    - `lead_phone_number` string, nullable
    - `estimated_call_time` string, date-time, nullable
  - `total` integer, required
  - `limit` integer, required
  - `offset` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
