# Return Decision Outcome Returns decision outcomes which is set for decision tree. Endpoint: GET /decisionEngine/decisionOutcome/{guid} Version: 1.0.0 Security: bearerToken ## Path parameters: - `guid` (string, required) get results by guid. ## Response 200 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. Example: "23921650-c073-11ea-860f-06bc8182190e" - `includeInManualReview` (boolean) This key is used to enable or restrict the manual review process for pending status. Example: true - `decisionOutcomes` (object) - `decisionOutcomes.items` (array) - `decisionOutcomes.items.status` (number) The status of the decision. typically, 1 is reserved for positive outcomes, 2 for pending status, 3 for negative outcomes,5 for manually approved outcomes and 6 for manually rejected outcomes. - `decisionOutcomes.items.label` (string) Value that is typically chosen to depict the possible outcome for different statuses. - `decisionOutcomes.items.description` (string) Statement that defines the reasoning behind an outcome for a status. ## 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