93cc41f2018a

latestOpenAPI 3.0.0GPL-3.0raw.githubusercontent.com2026-08-10215274484.1 KB
search

Search DAGs

Returns cursor-based, lightweight DAG search results for the global search page.

get/search/dags

Query parameters

remoteNodestring

name of the remote node

workspacestring

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

qstring required

A search query string

labelsstring

Filter DAGs by labels (comma-separated). Returns DAGs that have ALL specified labels.

cursorstring

Opaque cursor returned by the previous search response

limitinteger

Number of search results to return (default 20, max 50)

Response

Cursor-based DAG search results

hasMoreboolean required
nextCursorstring