# Retrieve FreshInvestigation Order Returns a specific Fresh Investigation order. Endpoint: GET /freshinvestigations/{orderId} Version: 1.10.9 Security: bearerToken ## Path parameters: - `orderId` (string, required) ## Query parameters: - `sections` (string) Specify a value to return a single section, or multiple-comma separated sections of the completed Fresh Investigation. Leave null to return all sections. Available sections; - - - - - - - - - - - - - - - Example: "companyIdentification,creditScore" - `comments` (string) Selects number of comments which should be returned with the order details. Enum: "last", "recent", "none" ## Response 200 fields (application/json): - `chargeReference` (string) - `contactDetails` (object) - `contactDetails.emailAddress` (string) - `contactDetails.name` (string) - `contactDetails.telephoneNumber` (string) - `creationDate` (string) - `lastStatusChangeDate` (string) - `orderID` (integer) - `reportDate` (string) - `searchCriteria` (object) - `searchCriteria.additionalInfo` (string) - `searchCriteria.address` (object) - `searchCriteria.address.city` (string) - `searchCriteria.address.postcode` (string) - `searchCriteria.address.simple` (string) - `searchCriteria.countryCode` (string) - `searchCriteria.regNo` (string) - `searchCriteria.vatNo` (string) - `sections` (array) - `status` (object) - `status.code` (string) - `status.description` (string) - `transactionID` (integer) ## 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