GET
/
agent-schemas
/
{agent_key}
Get agent schemas
curl --request GET \
  --url https://api.parcha.ai/api/v1/agent-schemas/{agent_key} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token obtained from the authentication endpoint

Path Parameters

agent_key
string
required

The agent key

Response

Agent schemas retrieved successfully