> For the complete documentation index, see [llms.txt](https://docs.plumvoice.com/fuse/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plumvoice.com/fuse/outbound/view-pending-calls.md).

# View Pending Calls

## Viewing Pending Outbound Calls

Outbound calls that are in progress or scheduled to go out in the future appear in the Pending tab of the Outbound interface. Click the “Pending” tab on the table to view these pending outbound calls.

Users can view pending outbound calls, cancel outbound calls that have not been dialed yet, and queue calls in this interface.

### **Pending Calls Table**

![](/files/-Mj06b8x570e44C1IdFN)

When an application has one or more pending outbound calls, those numbers appear in the outbound calls table. This table contains the following fields:

1. **Phone Number**: The destination number for the outbound call.
2. **Queued Timestamp**: The date/time that the outbound call was queued.
3. **Number of Attempts**: The total number of attempts made for that number.
4. **Last Event**: The last call event, including the date/time the event occurred. Possible values for this field include: *queued*, *dialing*, and *connected*.

Click the <img src="/files/-M4u9_1TK8JbQ9vgn2mq" alt="" data-size="line"> button in the top left of the Pending calls table to refresh the list of pending outbound calls.

### **Searching Pending Outbound Calls**

To locate a specific destination number in the list of outbound calls, enter that phone number in the “Search” text box.

### **Canceling Pending Outbound Calls**

To cancel pending outbound calls, click the <img src="/files/-M4u9_030ej7auTV_EM5" alt="" data-size="line"> button in the top right corner of the table. This opens a pop-up window that asks users to confirm the request to cancel pending outbound calls. Click <img src="/files/-M4u9_26yDshjCP55ynk" alt="" data-size="line"> to confirm canceling these calls.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.plumvoice.com/fuse/outbound/view-pending-calls.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
