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

# Get Agent

`GET /api/agents/{agent_id}`

## Path parameters

- `agent_id` string, required

## Response `200`

Successful Response

- ApiResponse
  - `success` boolean
  - `data` unknown
  - `error` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-22** `6dc2d6f33d44` — 3 breaking, 9 info
  - the response property `data` became optional for the status `200`
  - the response property `success` became optional for the status `200`
  - the `data` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - api operation id `get_agent_api_agents__agent_id__get` was added
  - …8 more

[Change history](https://skmtc.dev/fim-ai/apis/fim-one-api/changes/api/agents/:agent_id/get.md)

---

[API](https://skmtc.dev/fim-ai/apis/fim-one-api.md) · [All operations](https://skmtc.dev/fim-ai/apis/fim-one-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fim-ai/fim-one-api/revisions/89738ff55831/schema)
