Skip to main content
GET
Get Transform Checkpoints

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

transform_id
string
required

Query Parameters

include_operator_breakdown
boolean
default:true

Response

TransformCheckpointsInfo · object | null

Successful Response

Checkpoint statistics and latest checkpoint information for a transform.

job_id
string
required
counts
Counts · object
required
summary
Summary · object
required
latest
TransformCheckpointHistory · object | null

Individual checkpoint history entry.

history
TransformCheckpointHistory · object[]
operator_breakdown
TransformOperatorState · object[]