# Find the original document for a staged invoice with the specified ID. Endpoint: GET /invoices/staged/{stagedInvoiceId}/original-document Version: v3.0: 3.26.2.4 Security: Auth API User Token ## Path parameters: - `stagedInvoiceId` (string, required) ## Response 200 fields (application/json): - `attachedLinkID` (string) - `ownerID` (string) - `url` (string,null) ## Response 500 fields (application/json): - `message` (string,null) - `errors` (array,null) - `errors.extensions` (string,null) ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 422 fields ## Response 429 fields