Operations
Retrieve a deliverable
Retrieves the details of a deliverable, including its current status and download URL.
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
The unique identifier for this deliverable.
Returns
Returns a 200 OK status code along with a deliverable object if successful, or an error otherwise.