latestOpenAPI 3.0.02026-08-216686147.9 KB

6f6009a58cdd

engagements

Fetch a generated Engagement binder report

Returns the download URL and metadata for a completed Engagement binder export. Call this once the export Job returned by the export endpoint has finished.

get/v1/engagements/exports/{uuid}

Path parameters

uuidstring uuid required

The UUID of the Job

Response

The exported Engagement binder file metadata and download URL

Example response

{
  "data": {
    "name": "Board of Directors.docx",
    "size": 137437,
    "mime_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
    "url": "https://example.com/document.docx",
    "url_expiration": "2023-01-01T12:30:00.000Z"
  }
}