AgentGovernanceDecisionsOptions
AgentGovernanceDecisionsOptions =
PaginationOptions& {agentId?:string;endTime?:Date;evaluatorResult?:AgentGovernanceVerdict;hook?:string;policyId?:string;violationsOnly?:boolean; }
Options for the governance decisions query — optional filters plus pagination.
Type Declaration¶
agentId?¶
optionalagentId:string
Filter on a single agent by its project key.
endTime?¶
optionalendTime:Date
Inclusive upper bound for the query window. Defaults to now when omitted.
evaluatorResult?¶
optionalevaluatorResult:AgentGovernanceVerdict
Filter on the verdict.
hook?¶
optionalhook:string
Filter on the governance hook.
policyId?¶
optionalpolicyId:string
Filter on a single policy ID.
violationsOnly?¶
optionalviolationsOnly:boolean
When true, restrict to violations (deny verdicts).