Creates a Data Kiosk query request

Submits a structured query for async processing. Query language TBD pending ADR (GraphQL vs REST hybrid — Pod 4).

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
querystringRequired

Structured query string. Format TBD pending ADR: GraphQL vs Walmart-native query DSL (Pod 4).

paginationobjectOptional

Response

Query request accepted for processing
queryIdstring

Errors

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