Minctrl Docs

Get info for one agent

GET
/agents/{agent_name}

Get the detailed metadata for a single agent by name.

Public registry read — no authentication. Raises 404 when no agent is registered under agent_name.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

agent_name*Agent Name

Response Body

application/json

application/json

curl -X GET "https://example.com/agents/string"
null
Empty
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}