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: emitasset-fetch-failed fetch_failed→ready: emitasset-fetch-recovered- first-time
readyfrom NULL: no event
Request
Responses
- 204
- 400
- 403
- 404
Status accepted
Invalid status value or malformed payload
Forbidden — user JWT not accepted on this endpoint
Asset not found