CueFrame
Api

List checkpoints (scope to a compose job or project)

The version stack of approval packets, newest first. Scope with ?composeJobId= to see one run's gate history (v1→vN with per-version status + decisions) or ?projectId= for everything reviewable in a project.

GET
/v1/checkpoints

Authorization

AuthorizationBearer <token>

API key auth. Prefix cf_live_ for production orgs, cf_test_ for sandbox.

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/checkpoints"
{  "data": [    {      "id": "string",      "projectId": "string",      "composeJobId": "string",      "briefId": "string",      "kind": "gate",      "stage": "content",      "version": 0,      "status": "awaiting",      "artifact": null,      "stillUrls": [        "string"      ],      "criticVerdicts": null,      "quote": {        "thisStepUsd": 0,        "jobSpendSoFarUsd": 0,        "estimatedJourneyTotalUsd": 0      },      "revisionCycle": 0,      "decision": null,      "reviewMode": "agent",      "reviewUrl": "string",      "createdAt": 0,      "updatedAt": 0    }  ],  "pagination": {    "hasMore": true,    "nextCursor": "string",    "prevCursor": "string"  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}