ctrlrun.Approval — class, defined at src/ctrlrun/approval.py:111
action_hash (SPEC-v0.1 §4.1).
approval_id == request_id in v0.1: a request produces at most one approval.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A human’s grant, bound to one action_hash (SPEC-v0.1 §4.1).
ctrlrun.Approval — class, defined at src/ctrlrun/approval.py:111
class Approval()
def __init__(approval_id: str, action_hash: str, approver: str, granted_at: datetime, expires_at: datetime)
action_hash (SPEC-v0.1 §4.1).
approval_id == request_id in v0.1: a request produces at most one approval.
Was this page helpful?