Skip to main content
GET
/
api
/
v1
/
runs
/
{runId}
/
export
Export Run Report
curl --request GET \
  --url http://localhost:52000/api/v1/runs/{runId}/export
"<string>"
Downloads the run report as an Excel file.

Path Parameters

runId
string
required

Response

200 - application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Excel file downloaded successfully

The response is of type file.