Get workflow output schemas
curl --request GET \
--url https://odyssey.asteroid.ai/agents/v2/agents/{agentId}/workflows/{workflowId}/output-schemas \
--header 'X-Asteroid-Agents-Api-Key: <api-key>'{}Workflows
Get workflow output schemas
Get the output schemas configured for a workflow’s output nodes, keyed by output node name
GET
/
agents
/
{agentId}
/
workflows
/
{workflowId}
/
output-schemas
Get workflow output schemas
curl --request GET \
--url https://odyssey.asteroid.ai/agents/v2/agents/{agentId}/workflows/{workflowId}/output-schemas \
--header 'X-Asteroid-Agents-Api-Key: <api-key>'{}Documentation Index
Fetch the complete documentation index at: https://docs.asteroid.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
The ID of the agent
The ID of the workflow
Response
The request has succeeded.
Output schemas keyed by output node name. Only output nodes that have a schema configured are included; the value is that node's JSON schema.
⌘I

