Obtain details about aggregate instances. You can query by definition ID, catalog ID, model ID, status, batch ID, table name, start time, and end time.
GET/v1/public/aggregates/instances
Obtain details about aggregate instances. You can query by definition ID, catalog ID, model ID, status, batch ID, table name, start time, and end time.
Request
Query Parameters
Possible values: [active
, invalid
, pending
, deleted
]
Header Parameters
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Array with aggregate instances
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
required
Possible values: non-empty
Possible values: [done
, invalid
, new
, inprogress
, unreliable
, cancelled
, error
, success
, deleted
, running
, active
, failed
, pending
]
stats
object
required
Possible values: non-empty
Possible values: non-empty
Possible values: non-empty
Possible values: non-empty
Possible values: non-empty
{
"data": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "done",
"message": "string",
"tableName": "string",
"tableSchema": "string",
"batchId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"stats": {
"materializationStartTime": "string",
"materializationEndTime": "string",
"buildDuration": 0,
"numberOfRows": 0
},
"buildQueryId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"catalogId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"modelId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"definitionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"connectionId": "string"
}
]
}
Invalid request for example: Invalid parameters, missing parameters.
Unauthorized. This error will occur if calling user is not authenticated.
Forbidden. This error will occur if calling user does not have access right for the API.
Not found. The server cannot find the requested resource.
A server error occurred. Check the logs for more details.