---
title: "Get Agent"
method: GET
path: "/api/v2/projects/{project_id}/agents/{agent_id}"
tags: ["Agents"]
---

# Get Agent

`GET /api/v2/projects/{project_id}/agents/{agent_id}`

Retrieve details for a specific agent by ID.

## Path parameters

- `project_id` string, required
- `agent_id` string, required

## Response `200`

AgentInfo(id: uuid.UUID, name: str)

- object
  - `id` string, uuid, required
  - `name` string, required

---

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