Retrieve a Report
Use this endpoint to retrieve the current status of a specific report.
This endpoint lets you verify whether the report is pending, processing, completed, canceled, or failed. The response may also include additional details.
Headers
The authorization token in the 'Bearer ' format.
Important: This header is required if your environment has Access Manager enabled. For more information, refer to the Access Manager documentation.
The unique identifier of the Organization associated with the request.
Path Parameters
Unique identifier for the report that you want to check.
Response
The details of the report.
- Option 1
- Option 2
Information about the report.
Unique identifier of the report.
Unique identifier of the template used to generate the report.
Output format configured on the template used to generate the report.
"XML"
Description configured on the template used to generate the report.
"Cadoc"
Object that defines the filtering criteria applied to the data used in the report. Now supports advanced filtering operators including equality, comparison, range and list-based conditions.
The status of the report.
PendingExtraction, Processing, Finished Timestamp marking when this report request was created.
Timestamp marking when the report processing was completed.
Timestamp marking the last update to this report request.
Timestamp marking when this report request was soft deleted, if applicable.
An object containing additional information about the report as key-value pairs. Values may be simple strings or nested objects. For failed reports, this object includes an error entry describing the failure (code, title, message, and details).

