List queries

Get paginated list of queries. If query ids are provided, the returned list will include only those queries. Queries not found from the provided ids list will be ignored.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

offsetintegerOptional>=0Defaults to 0

Starting index to return

limitintegerOptional>=1Defaults to 100

Max number of items to return

idsstringOptional

Query ids to include in the result

Response

Paginated list of queries

metaobject

Metadata for the set of data returned

datalist of objects

The paginated data

Errors