Field Name | Type | Description |
---|---|---|
id | integer | Unique identifier of the report. |
name | string | The name of the report, which describes its purpose or category. |
reportType | object | Contains metadata about the report type. |
reportType.id | integer | Unique identifier of the report type. |
reportType.name | string | Name of the report type, such as "Merchant Transactions Report." |
reportType.featured | string | Indicates whether the report type is featured (true or false ). |
reportType.deleted | boolean | Indicates whether the report type has been deleted. |
status | string | The current status of the report: - PENDING : The report is queued for processing. - IN_PROGRESS : The report is being generated. - FAILED : The report generation process failed. - COMPLETED : The report was successfully generated. |
createdAt | string | Timestamp indicating when the report was requested (ISO 8601 format). |
startedAt | string | Timestamp indicating when the report generation process began. |
completedAt | string | Timestamp indicating when the report generation process was completed. |
url | string | Download link for the generated report (if available, otherwise null ). |