Skip to main content

Get the history of the schedule with the specified ID.

GET 

/v1/public/catalogs/:catalogId/models/:modelId/aggregates-creation/scheduler/history/jobs/:jobId

Get the history of the schedule with the specified ID.

Request

Path Parameters

    catalogId stringrequired

    The Catalog ID for which you want to get schedule history.

    modelId stringrequired

    The Model ID for which you want to get schedule history.

    jobId stringrequired

    The Job ID for which you want to get schedule history.

Header Parameters

    Authorization string

Responses

Success.

Schema

    history

    object[]

    required

  • Array [

  • id uuidrequired
    jobId uuidrequired
    executedAt date-timenullablerequired
  • ]

  • jobId uuidrequired
Loading...