cURL
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>" ] }
List all bundles available in remote storage.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response listing available bundles.