GET /releases/{releaseId}/delivery-status

Get a release's delivery status

Retrieve the release's overall delivery state and its current state at each outlet. The overall state is one of not_submitted, in_progress, live, removing, removed, or action_needed.

Outlet entries use the states queued, preparing, scheduled, delivered, action_needed, removing, or removed. The operation field identifies whether the latest work is a delivery, redelivery, or takedown.

customer_state provides a presentation state that does not imply action unless attention_owner is customer and both action fields are present. Recovery-backed states report whether that recovery is queued or acknowledged.

A release outside your account returns 404 RELEASE_NOT_ACCESSIBLE, the same response as an unknown release. A status that cannot be safely determined returns 500 PROCESSING_ERROR.

Parameters

Responses