---
title: "List agents"
method: GET
path: "/api/v1/public/agents"
tags: ["public"]
---

# List agents

`GET /api/v1/public/agents`

List voice agents in the authenticated workspace using cursor pagination.

## Query parameters

- `cursor` string, nullable — Opaque cursor returned by the previous page.
- `limit` integer, nullable — Maximum number of records to return. Omit with cursor to use 50. Omit both cursor and limit for the legacy unpaginated v1 response.

## Response `200`

Successful Response

- OutcallerApiApiPublicSchemasAgentResponse[]
  - `id` string, required
  - `name` string, required
  - `gender` string, required
  - `temperature` number, required
  - `agentTalksFirst` boolean, required
  - `interruptable` boolean, required
  - `vadEnabled` boolean, required
  - `minimumTurnDuration` integer, required
  - `turnEndpointDelay` integer, required
  - `minimumInterruptionDuration` integer, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.net/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/2e4355d35497/schema)
