Skip to content

List a submission's documents

GET
/broker/submissions/{submission_id}/finalized-documents
curl --request GET \
--url https://api.hedgespecialty.com/api/v1/broker/submissions/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/finalized-documents \
--header 'Authorization: Bearer <token>'

Finalized documents on file for one of your submissions: rendered ACORDs, supplements, your own uploads, received documents. Each row carries id, source, source_label, display_name, size_bytes, content_type, created_at and a download_path for the PDF route below. Proposal-surface documents (carrier quote PDFs, bind-wizard uploads) are excluded.

submission_id
required
string format: uuid

Document list (empty for a submission that is not yours)