> ## Documentation Index
> Fetch the complete documentation index at: https://docs.callkaro.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Queued Schedule Calls

> View and manage all scheduled calls waiting to be triggered

## What are Queued Schedule Calls?

Queued schedule calls are calls that have been scheduled for future execution (eg. AI scheduled a callback). These calls are waiting in the queue until their scheduled time arrives, at which point they will be automatically triggered.

## Accessing Queued Schedule Calls

Navigate to the queued schedule calls page:

[https://callkaro.ai/dashboard/queued-sch-calls](https://callkaro.ai/dashboard/queued-sch-calls)

<img src="https://mintcdn.com/callkaroai/_yHIwUXcSxcKfjME/images/schedule-calls/queued-schedule-calls.png?fit=max&auto=format&n=_yHIwUXcSxcKfjME&q=85&s=4e0828d262640f6352d29580a7b1ff42" alt="Queued Schedule Call Table" width="1920" height="1081" data-path="images/schedule-calls/queued-schedule-calls.png" />

## Table Columns

| Column           | Description                                    |
| ---------------- | ---------------------------------------------- |
| **Schedule ID**  | Unique identifier for the scheduled call batch |
| **Agent**        | AI agent that will make the call               |
| **To Number**    | Phone number to be called                      |
| **Scheduled At** | Date and time when the call will be triggered  |
| **Metadata**     | Custom data fields (hover to view details)     |

## Actions

### View Metadata

Hover over the **View Metadata** button to see all custom fields in a popup table.

### Delete Selected

Select calls using checkboxes and click **Delete Selected** to remove them from the queue. Deleted calls will not be triggered.

## How It Works

1. **Select Calls** - Use checkboxes to select calls you want to delete
2. **Delete** - Click **Delete Selected** button
3. **Confirm** - Confirm deletion in the modal
4. **Removed** - Selected calls are removed from queue

<Warning>
  Deleting a queued call is permanent. The call will not be triggered at its scheduled time.
</Warning>

<Note>
  The total count of queued calls is displayed in the header.
</Note>
