Create a report instance

POST {{baseUrl}}/api/model/reports/:reportId/instances

This API executes a specified report. A project ID is required to execute the request if X-MSTR-MS-Instance is not provided in the header. Set Prefer to respond-async to execute this API asynchronously. Use GET reports API to check the status of the instance.

Request Params

KeyDatatypeRequiredDescription
executionStagestringThis parameter specifies the execution stage the report is executed to. Available values: resolve_prompts, execute_data, no_action.
If omitted, it is "no_action".
Available values : resolve_prompts, execute_data, no_action

HEADERS

KeyDatatypeRequiredDescription
X-MSTR-AuthTokenstring(Required) Authorization token
X-MSTR-ProjectIDstring(Required) Project ID
PreferstringSet to respond-async to execute this API asynchronously