v1

latestOpenAPI 3.0.3MIT2026-07-1411163326.7 KB
Policy Management

Retrieves the owner's decision audit logs.

This endpoint will return a list of decision audit logs that were made using this owner's policies.

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

Path parameters

ownerIDstring required
contextstring required

Query parameters

statusstring

Return decisions matching this decision status.

afterstring date-time

Return decisions made after this date.

beforestring date-time

Return decisions made before this date.

branchstring

Return decisions made on this branch.

project_idstring

Return decisions made for this project.

build_numberstring

Return decisions made for this build number.

offsetinteger

Sets the offset when retrieving the decisions, for paging.

Response

Decision logs 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"
    }
  }
]