v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01165164.7 KB
Agents

Get agent schemas

Retrieve an agent's input and output JSON schemas.

get/api/agents/{agent_id}/schemas

Path parameters

agent_idstring required

ID of the agent whose schemas should be retrieved.

Query parameters

include_toolsboolean

Whether to include tool metadata in the response.

Response

Successful response.

agent_idstring required

ID of the agent.

namestring

Name of the agent.

input_schemaobject required

Agent input schema in JSON Schema format.

output_schemaobject required

Agent output schema in JSON Schema format.

request_idstring required

Platform-generated request ID for support correlation.