Skip to main content
GET
List

Authorizations

Authorization
string
header
required

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

q
string

Case-insensitive contains over name OR description.

name
string

Case-insensitive contains over name.

description
string

Case-insensitive contains over description.

sort
enum<string>
default:name

Field to sort by. query_id is always appended as a final tiebreaker for stable, deterministic ordering.

Available options:
name,
created_at,
last_modified_at
order
enum<string>
default:asc

Sort direction — asc (ascending) or desc (descending).

Available options:
asc,
desc
page_size
integer
default:15

Page size; defaults to 15, capped at 200.

Required range: 1 <= x <= 200
after
string

Opaque cursor from page_info.end_cursor. Pass the value back exactly as received — do not parse or construct cursor values.

before
string

Opaque cursor from page_info.start_cursor. Pass the value back exactly as received — do not parse or construct cursor values.

Response

Paginated list of saved queries.

items
object[]
required
page_info
object
required

Pagination metadata for list responses.