v51

OpenAPI 3.0.0GPL-3.0raw.githubusercontent.com2026-08-01199241439.9 KB
search

Search DAG match snippets

Returns cursor-based snippets for one matching DAG definition.

get/search/dags/{fileName}/matches

Path parameters

fileNamestring regex required

Name of the DAG file

the name of the DAG file

Query parameters

remoteNodestring

name of the remote node

qstring required

A search query string

labelsstring

Filter DAG matches by labels (comma-separated). Returns matches only when the DAG has ALL specified labels.

workspacestring

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

cursorstring

Opaque cursor returned by the previous search response

limitinteger

Number of search match snippets to return (default 5, max 50)

Response

Cursor-based DAG match snippets

hasMoreboolean required
nextCursorstring