v1

latestOpenAPI 3.0.0Apache License 2.02026-07-263171,5614.1 MB
Data Kiosk v2023-11-15

getQueries

Returns details for the Data Kiosk queries that match the specified filters. See the createQuery operation for details about query retention.

Usage Plan:

Rate (requests per second)Burst
0.022210

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits in the Selling Partner API.

get/dataKiosk/2023-11-15/queries

Query parameters

processingStatusesstring[]

A list of processing statuses used to filter queries.

pageSizeinteger

The maximum number of queries to return in a single call.

createdSincestring date-time

The earliest query creation date and time for queries to include in the response, in ISO 8601 date time format. The default is 90 days ago.

createdUntilstring date-time

The latest query creation date and time for queries to include in the response, in ISO 8601 date time format. The default is the time of the getQueries request.

paginationTokenstring

A token to fetch a certain page of results when there are multiple pages of results available. The value of this token is fetched from the pagination.nextToken field returned in the GetQueriesResponse object. All other parameters must be provided with the same values that were provided with the request that generated this token, with the exception of pageSize which can be modified between calls to getQueries. In the absence of this token value, getQueries returns the first page of results.

Response

Success.