v1

latestOpenAPI 3.0.3MIT2026-07-1411163326.7 KB
Policy Management

Retrieves the owner's decision audit log by given decisionID

This endpoint will retrieve a decision for a given decision log ID

get/owner/{ownerID}/context/{context}/decision/{decisionID}

Path parameters

ownerIDstring required
contextstring required
decisionIDstring required

Response

Decision log successfully retrieved.

created_atstring date-time
idstring uuid
policiesobject

policy-name-to-hash-map

time_taken_msinteger

Example response

{
  "policies": {
    "policy_name1": "1f40fc92da241694750979ee6cf582f2d5d7d28e18335de05abc54d0560e0f5302860c652bf08d560252aa5e74210546f369fbbbce8c12cfc7957b2652fe9a75",
    "policy_name2": "5267768822ee624d48fce15ec5ca79cbd602cb7f4c2157a516556991f22ef8c7b5ef7b18d1ff41c59370efb0858651d44a936c11b7b144c48fe04df3c6a3e8da"
  }
}