List
Returns a paginated list of saved queries. Supports case-insensitive contains filtering, single-field sorting, and cursor pagination. All filter params combine with AND.
Authorizations
OAuth 2.0 Client Credentials flow. The tokenUrl shown is for the production environment. For other environments, replace prod with the target environment name (e.g., auth.staging.oleria.io for staging).
Query Parameters
Case-insensitive contains over name OR description.
Case-insensitive contains over name.
Case-insensitive contains over description.
Field to sort by. query_id is always appended as a final tiebreaker for stable, deterministic ordering.
name, created_at, last_modified_at Sort direction — asc (ascending) or desc (descending).
asc, desc Page size; defaults to 15, capped at 200.
1 <= x <= 200Opaque cursor from page_info.end_cursor. Pass the value back exactly as received — do not parse or construct cursor values.
Opaque cursor from page_info.start_cursor. Pass the value back exactly as received — do not parse or construct cursor values.

