Use this endpoint to generate reports asynchronously using pre-registered templates. You can apply custom filters to define specific criteria by domain, like account IDs in onboarding.
The request returns a unique reportId to track status and download the report when ready.
The authorization token in the 'Bearer
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.
Optional idempotency key for safe retries. If omitted, the server may generate one automatically.
See Retries and idempotency for details.
Details of the request to generate the report.
Unique identifier of the template used to generate the report.
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.
Important: The filters object must be included in the request body, even if empty.
Indicates that the resource was successfully created and the operation was completed as expected.
The response includes the X-Idempotency-Replayed header.
If the value is false, the transaction was just processed. If the value is true, the response is a replay of a previously processed request.
See Retries and idempotency for more details.
Details about the report that was created.
Unique identifier of the report generation request.
Unique identifier of the template used to generate the report.
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.
Current status of the report
Timestamp marking when the report processing was completed.
Timestamp marking when this report request was created.
Timestamp marking the last update to this report request.
Timestamp marking when this report request was soft deleted, if applicable.