Skip to main content

Request Raw Data Download

POST 

/api/amazon/unified/reports/:reportId/request-raw-data-download

Queues an asynchronous a background job to fetch the report's raw data from the SP-API. The job broadcasts an amazon.report-raw-data.ready event (status ready or failed) on the requesting user's private channel (App.Models.User.{tenantId}.{userId}) when it finishes, so the SPA can refetch the raw data without polling. Returns immediately with 200 once the job is dispatched, or 404 if the report does not exist.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Request

Responses

OK

Response Headers
    Content-Type