Skip to main content
GET
List Team Run Checkpoints

Authorizations

Authorization
string
header
required

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

Path Parameters

team_id
string
required
run_id
string
required

Query Parameters

session_id
string
required

Session ID for the run

Response

Run checkpoints retrieved successfully

run_id
string
required

Run whose checkpoints were listed.

session_id
string
required

Session that contains the run.

checkpoints
RunCheckpointEntry · object[]
required

Checkpoint boundaries in message order.