lineage
Search lineage records across a selectable set of accessible workspaces
Cross-workspace lineage search. The q DSL uses a simple set of conventions: whitespace = AND, a comma inside a qualifier = OR, and repeating a qualifier = AND. Filter the lineage index by type:, workflow:, task:, label:, and/or free-text tokens.
Workspace scope is expressed inside the DSL: `workspace:org/name`
or the numeric `workspaceId:` alias. Omit both to search every
accessible workspace.
get/lineage/search
Query parameters
qstring
Tagged-query DSL string. Scope with workspace:org/name (comma = OR, e.g. workspace:acme/dev,acme/prod) or the numeric workspaceId: alias; omit to search every accessible workspace.
pageTokenstring
Opaque cursor for the page to return. Omit for the first page; otherwise pass the nextPageToken from a previous response for the same query. An invalid token is rejected with 400.
pageSizeinteger
Page size (capped server-side)
Response
OK