Create a Cube query request
POST
/api/v4/projects/{project_id}/product_analytics/request/dry-run
Creates a query request to the Cube API and generates an access token.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”project_id
required
integer
ID of the project to query
Request Bodyrequired
Section titled “Request Bodyrequired”Media typeapplication/json
object
query
required
A valid Cube query. See reference documentation: https://cube.dev/docs/query-format
object
queryType
The query type. Currently only “multi” is supported.
string
include_token
Whether to include the access token in the response. (Only required for funnel generation.)
boolean
Responses
Section titled “Responses”Created
Bad Request
Not Found