---
title: "Get Agent"
method: GET
path: "/api/v1/agents/{agent_name}"
---

# Get Agent

`GET /api/v1/agents/{agent_name}`

Retrieve an [agent](https://app.voker.ai/docs/concepts/agents#agent).

## Path parameters

- `agent_name` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successful Response

- Agent — Represents an agent. See [Agents](https://app.voker.ai/docs/concepts/agents#agents) for more information.
  - `agent_name` string, required — Unique identifier for the agent.
  - `description` string, nullable
  - `agent_number` integer, required — Unique number assigned to the agent.
  - `created_at` string, date-time, required
  - `deprecated_at` string, date-time, nullable

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

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