v2

latestOpenAPI 3.1.02026-07-26391214472.7 KB
reports

Download Execution Xlsx

Stream the Excel workbook for an execution.

For kind="list" reports rows are paginated through openpyxl's write-only mode so build memory stays constant; final ZIP buffer is sent in one chunk. Rows are capped at XLSX_MAX_ROWS because nothing can be sent until the workbook is complete — truncated sheets say so in their first row. Aggregate/top_n use the simpler render-then-send path.

get/api/v1/reports/{report_id}/executions/{execution_id}/download.xlsx

Path parameters

report_idinteger required
execution_idinteger required

Headers

authorizationstring nullable
X-API-Keystring nullable

Response

Successful Response

{"stackTrail":"paths:/api/v1/reports/{report_id}/executions/{execution_id}/download.xlsx:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}