# Get documents for a specific manifest You can use this API call to get the manifest documentation (as an A4-size PDF file) that you need to hand-in to the carrier. Scurri will return the correct documentation for the specified carrier. Keep in mind that, because the document generation is kicked off asynchronously by the previous API call, the documents may not be ready, when you execute this API call. In that case, you should retry after a while. Endpoint: GET /_api/v1/company/{company_slug}/manifest/{manifest_id}/documents Version: 1.0.0 Security: TokenAuth ## Path parameters: - `company_slug` (string, required) - `manifest_id` (string, required) Unique identifier for the manifest. ## Response 200 fields (application/json): - `documents` (array) ## Response 400 fields (application/json): - `detail` (string) The error that occurred in the format : . ## Response 204 fields ## Response 409 fields