GET
/
v1
/
pipelines
/
{pipeline_id}
/
jobs
/
{job_id}
/
checkpoints
/
{epoch}
/
operator_checkpoint_groups
{
  "data": [
    {
      "bytes": 1,
      "operatorId": "<string>",
      "subtasks": [
        {
          "bytes": 1,
          "eventSpans": [
            {
              "description": "<string>",
              "finishTime": 1,
              "spanType": "alignment",
              "startTime": 1
            }
          ],
          "index": 1
        }
      ]
    }
  ]
}

Path Parameters

pipeline_id
string
required

Pipeline id

job_id
string
required

Job id

epoch
integer
required

Epoch

Required range: x >= 0

Response

200 - application/json
Got checkpoint's details
data
object[]
required