POST /api/v3/report/exec/subscription

Processes and delivers all report subscriptions that are due for execution.

ProcessReportSubscriptionsV3 Permissions: Reports (Run)
Use this endpoint to trigger processing of scheduled report subscriptions. Each subscription’s report is executed and emailed to the subscriber. This is typically invoked by a scheduled job. Disabled when the DisableReportSubscriptions feature flag is active.

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, including the request body.

Responses

204 No Content The request succeeded. No content is returned in the response body.