Get workflow inputs
curl --request GET \
--url https://odyssey.asteroid.ai/agents/v2/agents/{agentId}/workflows/{workflowId}/inputs \
--header 'X-Asteroid-Agents-Api-Key: <api-key>'{
"inputs": [
"<string>"
]
}Workflows
Get workflow inputs
Get the input variable names a workflow accepts at execution time
GET
/
agents
/
{agentId}
/
workflows
/
{workflowId}
/
inputs
Get workflow inputs
curl --request GET \
--url https://odyssey.asteroid.ai/agents/v2/agents/{agentId}/workflows/{workflowId}/inputs \
--header 'X-Asteroid-Agents-Api-Key: <api-key>'{
"inputs": [
"<string>"
]
}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.
The input variable names a workflow declares
Input placeholder names the workflow accepts at execution time
⌘I

