# Get attachments for the given fresh investigation orderId Returns attachments available for that particular order. Endpoint: GET /freshinvestigations/{orderId}/attachments Version: 1.0.0 Security: bearerToken ## Path parameters: - `orderId` (string, required) fresh investigation orderId ## Response 200 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `Attachments` (array) - `Attachments.id` (string) - `Attachments.fileName` (string) - `Attachments.fileType` (string) - `Attachments.description` (string) ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected