# Return Decision Log Returns a specified decision log for a previously ran decision. Endpoint: GET /decisionEngine/usageLog/{decisionLogId} Version: 1.10.9 Security: bearerToken ## Path parameters: - `decisionLogId` (string, required) The unique identifier of the decision log to retrieve, obtained from . ## Response 200 fields (application/json): - `decisionLogId` (number) The unique identifier for the decision log. Example: 64492 - `provenirId` (string) The unique identifier of the decision tree. Example: "repoObj_0ed6a4aa_16e17d977e9_07ffb16e17d977e9" - `friendlyName` (string) The name of the decision tree. Example: "Check & Decide Demo" - `userId` (number) The unique identifier for the user's account, used across the Creditsafe product suite. Example: 101445010 - `companyId` (string) The connectId of the company that the decision was ran on. A connectId is the primary Company identifier that is used to uniquely identify all companies across Creditsafe's Universe and Partner Network. Example: "US001-X-US60521352" - `companyName` (string,null) The name of the company that the decision was ran on. Example: "CREDITSAFE USA INC." - `response` (object) - `response.Decision` (string) The decision returned by the automated decision model. Example: "Reject" - `response.DecisionText` (string) The text output to accompany the decision returned by the decision model. Example: "The Sales Value requested is greater than Creditsafe's recommended credit limit." - `response.Audits` (array) An array of audit values. The parameters output for audit are tailored and bespoke to each decision tree. - `response.Audits.description` (string) The value for the audit parameter at the point in time in which the decision tree was run. Example: "A" - `response.Audits.RuleName` (string) The friendly name for the audit parameter. Example: "International Score" - `response.statusCode` (string) The status of the decision. Typically, 1 is reserved for positive outcomes, 2 for pending status and 3 for negative outcomes. Example: "3" - `decisionDate` (string) The timestamp that the decision model was run. - `originationId` (string,null) Displays the optional text passed through to be stored against the decision in the original call to . Typically used for internal identifiers (e.g. SalesForce IDs). Example: "SFC-1976" - `status` (number) The status of the decision. typically, 1 is reserved for positive outcomes, 2 for pending status and 3 for negative outcomes. Example: 3 - `notes` (string,null) The notes associated with this decision. - `modifiedDate` (string) The timestamp that this decision was last modified. - `correlationId` (string) A unique ID assigned to this request. Example: "23921650-c073-11ea-860f-06bc8182190e" ## 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)