Jobs
Get a checkpoint's details
API Documentation
- API Overview
- Connectors
- Connection Profiles
- Connection Tables
- Jobs
- Pipelines
- UDFs
Jobs
Get a checkpoint's details
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
Job id
Epoch
Required range:
x >= 0
Response
200 - application/json
Got checkpoint's details
Required range:
x >= 0
Required range:
x >= 0
Required range:
x >= 0
Available options:
alignment
, sync
, async
, committing
Required range:
x >= 0
Required range:
x >= 0
{
"data": [
{
"bytes": 1,
"operatorId": "<string>",
"subtasks": [
{
"bytes": 1,
"eventSpans": [
{
"description": "<string>",
"finishTime": 1,
"spanType": "alignment",
"startTime": 1
}
],
"index": 1
}
]
}
]
}