---
title: "Get Agent"
method: GET
path: "/v1/agents/{agentId}"
tags: ["Single Prompt Agents"]
---

# Get Agent

`GET /v1/agents/{agentId}`

Retrieves the full details of a single prompt agent, along with agent settings.

## Path parameters

- `agentId` string, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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