List Aggregate Creation History
GET/org/:orgId/aggregates-creation/builds/history
Get all aggregate creation schedules.
Request
Path Parameters
orgId stringrequired
The Organization ID for which you want to get the aggregate creation schedules.
Responses
- 200
- 400
- 401
- 404
- 500
Success.
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"response": {
"data": [
{
"batchType": "materialize-pending-instances",
"createDate": "2023-04-13T22:39:38.826297Z",
"cubeId": "dea39a20-9920-4a79-51f3-1ff3a399fbd3",
"endTime": "2023-04-13T22:39:38.869098Z",
"estimateTime": 0,
"id": "a50fa6cd-a159-47ca-9b99-0261894e8dca",
"organizationId": "default",
"projectId": "7051865d-74a8-4aad-4904-ebf88d56880c",
"startTime": "0001-01-01T00:00:00Z",
"status": "done"
}
],
"force_pull": false,
"limit": 10,
"offset": 0
},
"status": {
"i18n_message": "response.ok",
"message": "OK"
}
}
{
"response": {
"data": [
{
"batchType": "materialize-pending-instances",
"createDate": "2023-04-13T22:39:38.826297Z",
"cubeId": "dea39a20-9920-4a79-51f3-1ff3a399fbd3",
"endTime": "2023-04-13T22:39:38.869098Z",
"estimateTime": 0,
"id": "a50fa6cd-a159-47ca-9b99-0261894e8dca",
"organizationId": "default",
"projectId": "7051865d-74a8-4aad-4904-ebf88d56880c",
"startTime": "0001-01-01T00:00:00Z",
"status": "done"
}
],
"force_pull": false,
"limit": 10,
"offset": 0
},
"status": {
"i18n_message": "response.ok",
"message": "OK"
}
}
Invalid request for example: Invalid parameters, missing parameters.
Unauthorized. This error will occur if calling user does not have access right for the API.
Unauthorized. This error will occur if calling user does not have access right for the API.
A server error occurred. Check the logs for more details.
Loading...