---
title: "Retrieve an agent"
method: GET
path: "/v1/agents/{id}"
tags: ["agents"]
---

# Retrieve an agent

`GET /v1/agents/{id}`

Retrieves details of a specific agent

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

agent found

- TypeAgentsAgent — An agent that can execute workflows.
  - `object` string, required — Object type identifier.
  - `id` string, uuid, required — Unique identifier for the agent
  - `type` string, required — The agent type identifier
  - `name` string — Human-readable name of the agent
  - `description` string — Description of the agent's capabilities
  - `created_at` string, date-time, required — Timestamp when the agent was created.
  - `updated_at` string, date-time, required — Timestamp when the agent was last updated.

## Other responses

- `404` — agent not found

---

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