✨ Asisso is live — Build production voice AI agents with our drag-and-drop workflow builder. Get started → · SDKs →
curl --request GET \
--url https://app.asisso.com/api/v1/workflow/fetch[
{
"id": 123,
"name": "<string>",
"status": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"total_runs": 123
}
]Retrieve all agents in your organization
curl --request GET \
--url https://app.asisso.com/api/v1/workflow/fetch[
{
"id": 123,
"name": "<string>",
"status": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"total_runs": 123
}
]Returns all agents (workflows) in your organization, including both active and archived. Each item includes summary fields — use Get an agent to retrieve the full workflow definition.Documentation Index
Fetch the complete documentation index at: https://docs.asisso.com/llms.txt
Use this file to discover all available pages before exploring further.
Filter by status - can be single value (active/archived) or comma-separated (active,archived)