List an agent's schemas
GET/rest/api/v1/agents/:agent_id/schemas
beta
This endpoint is in Beta. Expect changes and instability.
Return agent's input and output schemas. You can use these schemas to detect changes to an agent's input or output structure.
Request
Responses
- 200
- 400
- 403
- 404
- 422
- 500
Success
Bad request
Forbidden
Not Found
Validation Error
Internal server error