Skip to main content

Get Aggregate Instance Details

GET 

/aggregates/orgId/:orgId/instances

Obtain details about aggregate instances. You can query by definition ID, project ID, cube ID, status, batch ID, table name, start time, and end time.

Request

Path Parameters

    orgId stringrequired

    ID of the organization for which you want to obtain aggregate instance details.

Query Parameters

    definitionId string

    ID of the aggregate definition

    projectId string

    ID of the project for which you need instances

    cubeId string

    ID of the cube for which you need instances

    status string

    Status of the definitions you need. Value should be 'active', 'invalid', 'deleted', or 'pending'.

    batchId string

    Batch ID.

    tableName string

    Table name.

    startTime string

    Start time when the instance was materialized. The format is like this: '2023-07-03T09:43:16'

    endTime string

    End time when the instance was materialized. The format is like this: '2023-07-03T09:43:17'

Responses

Success.

Schema

    any

Loading...