Skip to main content

Report fetch status (media server → program)

POST 

/program/api/v2/projects/:projectID/assets/:assetID/status

warning

This endpoint is available in private cloud only. Use your global host URL if self-hosted.

Service-account-only endpoint invoked by the media server after each render attempt. Updates the asset's fetchStatus / lastCheck / lastError columns and emits webhook events on state transitions (per D7):

  • any → fetch_failed: emit asset-fetch-failed
  • fetch_failedready: emit asset-fetch-recovered
  • first-time ready from NULL: no event
Generate JWT

Request

Responses

Status accepted

Invalid status value or malformed payload

Forbidden — user JWT not accepted on this endpoint

Asset not found