Dash0 acquires Polar Signals

Manage Agent0 Automations

List all automations for the organization

get/api/agentic-workflows

Returns all automations configured for your organization.

Parameters 2

datasetquery
References 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}$"
folderPathquery

Filter by folder path (exact match on dash0.com/folder-path annotation).

string
bash
Sample request
12
curl --request GET 'https://api.eu-west-1.aws.dash0.com/api/agentic-workflows' \
--header "Authorization: Bearer ${DASH0_AUTH_TOKEN}"

Responses

List of automations

AgenticWorkflowDefinition[]required