Skip to main content
GET
Get an ActionApproval

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

checkfu-version
enum<string>
required
Available options:
2026-08-24

Path Parameters

id
required

an ActionApprovalId of the form approval_<32 hex chars> or bapproval_<32 hex chars>

Pattern: ^approval_[0-9a-f]{32}$

Response

Success

id
string
required
Pattern: ^approval_[0-9a-f]{32}$
workspace_id
string
required
Pattern: ^wrkspc_[0-9a-f]{32}$
status
enum<string>
required
Available options:
pending,
approved,
denied,
consumed,
expired
connection_id
string
required
Pattern: ^conn_[0-9a-f]{32}$
tool_source_id
string
required
Pattern: ^ts_[0-9a-f]{32}$
tool_name
string
required
Pattern: ^[a-z0-9](?:[a-z0-9._-]{0,93})$
arguments_hash
string
required
Pattern: ^sha256:[0-9a-f]{64}$
context_summary
object
required
requested_by
object
required
acted_as
string
required
Pattern: ^prin_[0-9a-f]{32}$
responder
object
required
instructions
string | null
required
Maximum string length: 8192
expires_at
string
required
version
integer
required
Required range: x > 0
created_at
string
required
updated_at
string
required