Skip to main content
GET
/
v1
/
loops
/
{loop_id}
/
checkpoints
Read loop checkpoints
curl --request GET \
  --url https://pnbr.io/v1/loops/{loop_id}/checkpoints \
  --header 'Authorization: Bearer <token>'
{
  "loop_id": "<string>",
  "checkpoints": [
    {}
  ],
  "request_id": "<string>"
}

Authorizations

Authorization
string
header
required

A pnbr- API key. Project-scoped keys make project_id implicit; org-scoped keys require it.

Path Parameters

loop_id
string
required

Response

Loop iteration checkpoints.

loop_id
string
checkpoints
object[]
request_id
string