Skip to main content

Reports Detail

GET /reports/:reportId/detail

This api will return report detail like status and location to download the report

Path Parameters
  • reportId string required

    A unique identifier of report which is given by the report trigger API in response as report_id

Responses

successful operation

Schema
  • report_id string
  • status string

    Current state of the report it can be any value as given in Terminology -> Report status section

  • location string

    location is a valid uri link to download report file, It will be only present if status is COMPLETED

  • metadata object

    Other report related information, It might be only present if status is COMPLETED

  • expiry date
Loading...