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.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Request

Responses

OK

Response Headers
    Content-Type