Skip to main content
GET
Retrieves the details of a deliverable, including its current status and download URL. When the deliverable status is generated, the response includes a url property with a download link. By default, this is a pre-signed URL that expires after 1 hour. Call this endpoint again to get a fresh URL if the previous one has expired.

Path Parameters

deliverable_id
string
required
The unique identifier for this deliverable.

Returns

Returns a 200 OK status code along with a deliverable object if successful, or an error otherwise.