Skip to main content
GET
/
api
/
v1
/
workspaces
/
{workspace_id}
/
sync
/
checkpoints
List Sync Checkpoints
curl --request GET \
  --url https://api.example.com/api/v1/workspaces/{workspace_id}/sync/checkpoints \
  --header 'Authorization: Bearer <token>'
{
  "checkpoints": [
    "<string>"
  ],
  "base_ref_bundles": [
    "<string>"
  ],
  "head_ref_bundles": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

workspace_id
string
required

Response

Successful Response

Response listing available bundles.

checkpoints
string[]
required
base_ref_bundles
string[]
required
head_ref_bundles
string[]
required