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.
Query parameters
Return only views that read from at least one of the named functions.
Return only views that read from at least one of the named functions.
Return only the specified view IDs.
Sort order over view IDs (default asc).
Cursor — a viewID defining your place in the list.
Cursor — a viewID defining your place in the list.
Case-insensitive substring search over view names.
Response
The request has succeeded.