Event Checkpoints

Get an event checkpoint by name

Return a single event checkpoint by name.

get/event/checkpoint/{name}

Path parameters

namestring required

Response

Checkpoint state

Example response

{
  "checkpoint": {
    "checkpointVersion": "ec1....",
    "cursor": "ev1....",
    "name": "my-checkpoint",
    "uid": "01JKXYZ...",
    "updatedAt": "2024-01-01T00:00:00Z"
  }
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.