CueFrame

Per-media performance breakdown (Axiom workflow + activity spans)

Required permission: media:read

GET
/v1/media/{id}/performance

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

application/json

application/json

curl -X GET "https://example.com/v1/media/string/performance"
{  "media": {    "id": "string",    "name": "string",    "createdAt": "string",    "fileSize": 0,    "duration": 0,    "status": "string"  },  "window": {    "startIso": "string",    "endIso": "string"  },  "workflowCount": 0,  "workflows": [    {      "name": "string",      "startedAt": "string",      "durationMs": 0,      "activities": [        {          "name": "string",          "startedAt": "string",          "durationMs": 0,          "service": "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    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}