Deliverables
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 deliverableDocumentation Index
Fetch the complete documentation index at: https://signatureapi-daf4ee54.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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 a200 OK status code along with a deliverable object if successful, or an error otherwise.