getReportsget https://sellingpartnerapi-na.amazon.com/reports/2021-06-30/reportsReturns report details for the reports that match the filters that you specify. Usage Plan: Rate (requests per second)Burst0.022210 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.Query ParamsreportTypesarray of stringslength between 1 and 10A list of report types used to filter reports. Refer to Report Type Values for more information. When reportTypes is provided, the other filter parameters (processingStatuses, marketplaceIds, createdSince, createdUntil) and pageSize may also be provided. Either reportTypes or nextToken is required.reportTypes stringADD stringprocessingStatusesarray of stringslength ≥ 1A list of processing statuses used to filter reports.Show DetailsCANCELLEDThe 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.processingStatuses stringCANCELLEDDONEFATALIN_PROGRESSIN_QUEUEADD stringmarketplaceIdsarray of stringslength between 1 and 10A list of marketplace identifiers used to filter reports. The reports returned will match at least one of the marketplaces that you specify.marketplaceIds stringADD stringpageSizeinteger1 to 100Defaults to 10The maximum number of reports to return in a single call.createdSincedate-timeThe earliest report creation date and time for reports to include in the response, in ISO 8601 date time format. The default is 90 days ago. Reports are retained for a maximum of 90 days.createdUntildate-timeThe latest report creation date and time for reports to include in the response, in ISO 8601 date time format. The default is now.nextTokenstringA string token returned in the response to your previous request. nextToken is returned when the number of results exceeds the specified pageSize value. To get the next page of results, call the getReports operation and include this token as the only parameter. Specifying nextToken with any other parameters will cause the request to fail.Responses 200Success. 400Request has missing or invalid parameters and cannot be parsed. 401The request's Authorization header is not formatted correctly or does not contain a valid token. 403Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. 404The specified resource does not exist. 415The request's Content-Type header is invalid. 429The frequency of requests was greater than allowed. 500An unexpected condition occurred that prevented the server from fulfilling the request. 503Temporary overloading or maintenance of the server.Updated over 1 year ago