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

> ## Agent Instructions
> Use the public API base URL: https://api.teamfollowup.ai/api.
> Authenticate public API requests with Authorization: Bearer YOUR_API_KEY.
> Use product-owned terms: agents, campaigns, projects (GoHighLevel sub-accounts), contacts, calls, outcomes, skills, cadences, phone numbers.
> Scope requests by locationId rather than projectName.
> Read the guide linked from each API reference group before recommending an endpoint.

# Power Dialer API

> Cadences and the queue: see where every lead is waiting, run, move or remove leads by hand, and edit a schedule safely while leads are in it.

The power dialer works leads through a cadence of steps over days. Concepts
are in [Cadences, steps and the queue](/power-dialer/overview).

| Endpoint                                                                                       | Use it to                                                              |
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| [Get pipeline steps](/api-reference/power-dialer/get-pipeline-steps)                           | Count the leads on each step of a campaign.                            |
| [List pipeline leads](/api-reference/power-dialer/list-pipeline-leads)                         | List them with `cadenceStep` and `nextCallTime`.                       |
| [List callback leads](/api-reference/power-dialer/list-callback-leads)                         | Leads queued for a callback they asked for.                            |
| [List parked speed-to-lead leads](/api-reference/power-dialer/list-parked-speed-to-lead-leads) | Leads waiting for the calling window to open.                          |
| [Run lead touchpoints now](/api-reference/power-dialer/run-lead-touchpoints-now)               | Place waiting leads' next step immediately. Starts real calls.         |
| [Move leads to another step](/api-reference/power-dialer/move-leads-to-another-step)           | Put waiting leads on a zero-based `targetStep`.                        |
| [Remove leads from cadence](/api-reference/power-dialer/remove-leads-from-cadence)             | Take waiting leads out.                                                |
| [List campaign schedules](/api-reference/power-dialer/list-campaign-schedules)                 | The cadences in your agency.                                           |
| [Get campaign schedule](/api-reference/power-dialer/get-campaign-schedule)                     | One cadence with its `schedule[]`.                                     |
| [Update campaign schedule](/api-reference/power-dialer/update-campaign-schedule)               | Edit steps, with `deletions`, `stepOrder` and `confirmReorder` guards. |

Scopes: `power_dialer:read`, `power_dialer:write`. See
[Authentication](/authentication#scopes).

## Guides

* [Cadences, steps and the queue](/power-dialer/overview)
* [Speed to lead and power dialer](/campaigns/dispatch-modes) for how leads
  enter.
* [Backfill existing leads](/campaigns/backfill-existing-leads) for filling a
  cadence.
* [Glossary](/glossary#power-dialer)
