v36

OpenAPI 3.1.0raw.githubusercontent.com2026-08-0187270483.0 KB
Views

List Views

List views in the current environment, optionally filtered by the functions they read from.

Views are tabular projections over transformations rows: each view names one or more functions and a list of columns (JSON-pointer paths into extractedJson), and produces a uniform table that can be filtered, paginated, and aggregated.

Filters AND together when combined. Pagination is cursor-based on viewID; default limit is 50, maximum 100.

get/v3/views

Query parameters

limitinteger
functionIDsstring[]

Return only views that read from at least one of the named functions.

functionNamesstring[]

Return only views that read from at least one of the named functions.

viewIDsstring[]

Return only the specified view IDs.

sortOrder'asc' | 'desc'

Sort order over view IDs (default asc).

startingAfterstring

Cursor — a viewID defining your place in the list.

endingBeforestring

Cursor — a viewID defining your place in the list.

viewNameSubstringstring

Case-insensitive substring search over view names.

Response

The request has succeeded.

totalCountinteger required

Total number of views matching the query