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

# Get Agent

`GET /api/agents/{path}`

Get a single agent by path.

Public agents are visible without special permissions.
Private and group-restricted agents require authorization.

Args:
    path: Agent path
    user_context: Authenticated user context

Returns:
    Complete agent card

Raises:
    HTTPException: 404 if not found, 403 if not authorized

## Path parameters

- `path` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ascending-llc/apis/mcp-gateway-registry.md) · [All operations](https://skmtc.net/ascending-llc/apis/mcp-gateway-registry/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ascending-llc/mcp-gateway-registry/versions/31381943e2e7/schema)
