HomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
API Reference
Developer HubAPI StatusSupport

getReport

Returns report details (including the reportDocumentId, if available) for the report that you specify.

Usage Plan:

Rate (requests per second)Burst
215

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits in the Selling Partner API.

Path Params
string
required

The identifier for the report. This identifier is unique only in combination with a seller ID.

Responses

Response body
object
marketplaceIds
array of strings

A list of marketplace identifiers for the report.

marketplaceIds
string
required

The identifier for the report. This identifier is unique only in combination with a seller ID.

string
required

The report type. Refer to Report Type Values for more information.

date-time

The start of a date and time range used for selecting the data to report.

date-time

The end of a date and time range used for selecting the data to report.

string

The identifier of the report schedule that created this report (if any). This identifier is unique only in combination with a seller ID.

date-time
required

The date and time when the report was created.

string
required

The processing status of the report.

CANCELLED DONE FATAL IN_PROGRESS IN_QUEUE

Show Details
CANCELLEDThe report was cancelled. There are two ways a report can be cancelled: an explicit cancellation request before the report starts processing, or an automatic cancellation if there is no data to return.
DONEThe report has completed processing.
FATALThe report was aborted due to a fatal error.
IN_PROGRESSThe report is being processed.
IN_QUEUEThe report has not yet started processing. It may be waiting for another `IN_PROGRESS` report.
date-time

The date and time when the report processing started, in ISO 8601 date time format.

date-time

The date and time when the report processing completed, in ISO 8601 date time format.

string

The identifier for the report document. Pass this into the getReportDocument operation to get the information you will need to retrieve the report document's contents.

Headers
object
string

Your rate limit (requests per second) for this operation.

string

Unique request reference identifier.

Language