GET /api/v3/report/exec/{specificReportId}

Executes a report and returns the output file in the specified format.

RunReportV3 Permissions: Reports (Run)
Use this endpoint to run a report and download the result. Supported formats: excel, csv, pdf, word. The report is executed with its currently saved filter values. For ad-hoc filter overrides, use POST /report/exec/{specificReportId} instead.

Request Headers

Header Value Required Description
ECI-ApiKey string Yes Your API key. See Authentication.
Content-Type application/json Yes All requests must specify JSON content type.

Path Parameters

Name Description Type Required
specificReportId Unique numeric identifier of the specific report to run integer (int32) Required

Query Parameters

Name Description Type Required
format Output format: “excel”, “csv”, “pdf”, or “word” string Optional

Responses

200 OK The request succeeded and the response body contains the requested data.