Returns details for the Data Kiosk queries that match the specified filters

Returns a paginated list of Data Kiosk queries submitted by the seller, optionally filtered by processing status and creation date range.

Authentication

AuthorizationBearer

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

Query parameters

processingStatuseslist of enumsOptional
Allowed values:
pageSizeintegerOptional1-100Defaults to 10
createdSincedatetimeOptional
createdUntildatetimeOptional
paginationTokenstringOptional

Response

Success
querieslist of objectsOptional
paginationobjectOptional

Errors

400
Bad Request Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error