v1

latestOpenAPI 3.1.02026-08-043160244.3 KB
Event Checkpoints

List event checkpoints

Return all event checkpoints for the authenticated user, ordered by name.

get/event/checkpoint

Query parameters

name_prefixstring nullable

Filter checkpoints whose name starts with this prefix

Filter checkpoints whose name starts with this prefix

limitinteger

Maximum number of checkpoints to return

Maximum number of checkpoints to return

Response

List of checkpoints for the authenticated user

Example response

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