---
title: "List Workspace Agents"
method: GET
path: "/api/workspaces/{workspace_id}/agents"
---

# List Workspace Agents

`GET /api/workspaces/{workspace_id}/agents`

## Path parameters

- `workspace_id` string, required

## Query parameters

- `useCaseId` string, nullable

## Response `200`

Successful Response

- OutcallerApiTypesWorkspaceManagementAgentResponse[]
  - `id` string, required
  - `name` string, required
  - `gender` string, required
  - `useCaseId` string, nullable
  - `voiceId` string[]
  - `voiceUrl` string, nullable
  - `temperature` number
  - `agentTalksFirst` boolean
  - `interruptable` boolean
  - `vadEnabled` boolean
  - `minimumTurnDuration` integer
  - `turnEndpointDelay` integer
  - `minimumInterruptionDuration` integer
  - `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/a57f684e7966/schema)
