List workflow references
curl --request GET \
--url https://odyssey.asteroid.ai/agents/v2/agents/{agentId}/workflows \
--header 'X-Asteroid-Agents-Api-Key: <api-key>'[
{
"createdAt": "2023-11-07T05:31:56Z",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"isDeletable": true,
"author": "<string>",
"parentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"version": 123
}
]Workflows
List workflow references
List all workflows for an agent with lightweight metadata (IDs, parents, versions)
GET
/
agents
/
{agentId}
/
workflows
List workflow references
curl --request GET \
--url https://odyssey.asteroid.ai/agents/v2/agents/{agentId}/workflows \
--header 'X-Asteroid-Agents-Api-Key: <api-key>'[
{
"createdAt": "2023-11-07T05:31:56Z",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"isDeletable": true,
"author": "<string>",
"parentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"version": 123
}
]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
Response
The request has succeeded.
When this workflow was created
The unique ID of this workflow
Whether this workflow can be deleted (unpublished with no executions)
The email of the user who created this workflow.
The ID of the parent workflow this was derived from (for lineage tracking)
The published version number. Null if unpublished.
⌘I

