v51

latestOpenAPI 3.0.0GPL-3.0raw.githubusercontent.com2026-08-01199241439.9 KB
dags

List all available DAGs

Retrieves DAG definitions with optional filtering by name and labels

get/dags

Query parameters

pageinteger

page number of items to fetch (default is 1)

perPageinteger

number of items per page (default is 30, max is 100)

remoteNodestring

name of the remote node

workspacestring

Workspace selector. For list and search APIs, use all, default, or a workspace name. Omitted means all.

namestring

Filter DAGs by name

labelsstring

Filter DAGs by labels (comma-separated). Returns DAGs that have ALL specified labels. Mutually exclusive with tags; the server returns HTTP 400 if both are set.

tagsstring

Deprecated alias for labels; mutually exclusive with labels. Filter DAGs by labels (comma-separated).

sort'name' | 'nextRun'

Field to sort by:

  • name: Sort alphabetically by DAG name (case-insensitive)
  • nextRun: Sort by next scheduled run time. DAGs with earlier next run times appear first in ascending order. DAGs without schedules appear last.
order'asc' | 'desc'

Sort order (ascending or descending)

Response

A successful response

errorsstring[] required

List of errors encountered during the request