Skip to main content

Get Cube Schedule History

GET 

/org/:orgId/project/:projectId/cube/:cubeId/aggregates-creation/scheduler/history/jobId/:jobId

Get the history of the schedule with the specified ID.

Request

Path Parameters

    orgId stringrequired

    The Organization ID for which you want to delete a schedule.

    projectId stringrequired

    The Project ID for which you want to delete a schedule.

    cubeId stringrequired

    The Cube ID for which you want to delete a schedule.

    jobId stringrequired

    ID of the schedule that you want to delete.

Responses

Success.

Schema

    any

Loading...