レポートメタデータを取得する


Get Report By Id

このAPIは、指定された reportId を持つドキュメントの詳細を返します。

リクエスト

リクエストパラメータ

名前 ロケーション 説明
reportId
(必須)

Type: string
Path Parameter レポートのID

レスポンス

処理が成功した場合、HTTP 200 ステータスコードを返します。

{
      "reportId": "A08439021T39K6DTX4JS8",
      "reportType": "_GET_FLAT_FILE_OFFAMAZONPAYMENTS_SETTLEMENT_DATA_",
      "startTime":"20221118T150630Z",
      "endTime":"20221202T150350Z",
      "createdTime":"20221207T170826Z",
      "processingStatus": "COMPLETED",
      "processingStartTime":"20221207T170826Z",
      "processingEndTime":"20221207T170826Z",
      "reportDocumentId": "amzn1.tortuga.3.45ee712dc-3512-6cbd-ad71-ab3cb4cffef7.T3FKJJI01Y1E32"
}