Manage Agent0 Automations
List all automations for the organization
get
/api/agentic-workflowsReturns all automations configured for your organization.
Parameters 2
datasetqueryReferences Dataset
Optional dataset to query across. Defaults to whatever is configured to be the default dataset for the organization.
stringpattern
"^[a-zA-Z0-9_-]{3,26}$"folderPathqueryFilter by folder path (exact match on dash0.com/folder-path annotation).
string
bash
Sample request12curl --request GET 'https://api.eu-west-1.aws.dash0.com/api/agentic-workflows' \--header "Authorization: Bearer ${DASH0_AUTH_TOKEN}"
Responses
List of automations
References GetAgenticWorkflowsResponse
AgenticWorkflowDefinition[]required