---
title: "Get Agent Api"
method: GET
path: "/api/agents/{agent_id}"
---

# Get Agent Api

`GET /api/agents/{agent_id}`

## Path parameters

- `agent_id` string, required

## Response `200`

Successful Response

- OutcallerApiTypesApiAgentResponse — Response model for agent data.
  - `id` string, required
  - `name` string, required
  - `gender` string, required
  - `voice_id` string[], nullable
  - `voice_url` string, nullable
  - `workspace_id` string, required
  - `created_at` string, required
  - `updated_at` string, 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/versions/2e4355d35497/schema)
