CueFrame
Api

Get a checkpoint packet

The full approval packet: the stage artifact under review, presigned storyboard/eval stills, critic verdicts (incl. lock_violation entries), the money triple {thisStep, jobSpendSoFar, estimatedJourneyTotal}, and the recorded decision once resolved. Answer an `awaiting` packet with POST /v1/checkpoints/{id}/resume.

GET
/v1/checkpoints/{id}

Authorization

AuthorizationBearer <token>

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

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/checkpoints/string"
{  "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}
{  "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    }  }}