Report Details
GET
/core/reporting/details/{reportId}
Request Parameters
Parameter Name | Required | Description |
---|---|---|
reportId | Yes | The unique identifier of the report whose details are being retrieved. |
Response Fields
Field Name | Description |
---|---|
id | The unique identifier of the report. |
reportName | The name of the report. |
reportType | The category/type of the report. |
status | The current processing status of the report. Possible values: PENDING , COMPLETE , FAILED . |
reportLogs | A list of logs detailing each step in the report generation process. |
reportLogs
Object Fields
Field Name | Description |
---|---|
id | The unique identifier of the log entry. |
messageLog | A message describing the log entry. |
status | The status of the logged step. Possible values: PENDING , COMPLETE , FAILED . |
createdAt | The timestamp when the log entry was created. |
completedAt | The timestamp when the log entry was completed (if applicable). |
Request
Path Params
reportId
string
required
Example:
1
Request samples
Responses
Modified at 2025-03-19 15:04:44