documents
List documents for a label
Retrieve the carrier documents registered against a label, including their processing status.
get/v1/labels/{label_id}/documents
Response
The request was a success.
Example response
[
{
"document_id": "7f3c1b2a-9d4e-4f5a-8c6b-2e1d0a9b8c7d",
"type": "usmca_commercial_invoice_certification_of_origin",
"file_name": "usmca-certification-of-origin.pdf",
"status": "awaiting_upload",
"error": "The uploaded file could not be read.",
"external_id": "1Z999AA10123456784"
}
]