Skip to main content
GET
Get a settled Browser action

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
string
required
Pattern: ^comp_[0-9a-f]{32}$
screen_id
string
required
Pattern: ^scrn_[0-9a-f]{32}$
action_id
string
required
Pattern: ^bact_[0-9a-f]{32}$

Response

Success

action_id
string
required
Pattern: ^bact_[0-9a-f]{32}$
action_fingerprint
string
required
Pattern: ^sha256:[0-9a-f]{64}$
workspace_id
string
required
Pattern: ^wrkspc_[0-9a-f]{32}$
computer_id
string
required
Pattern: ^comp_[0-9a-f]{32}$
computer_generation
integer
required
Required range: x > 0
screen_id
string
required
Pattern: ^scrn_[0-9a-f]{32}$
attachment_id
string
required
Pattern: ^catt_[0-9a-f]{32}$
session_id
string
required
Pattern: ^sess_[0-9a-f]{32}$
run_id
string
required
Pattern: ^run_[0-9a-f]{32}$
run_attempt_id
string
required
Pattern: ^ratt_[0-9a-f]{32}$
control_epoch
integer
required
Required range: x >= 0
observation_generation
integer
required
Required range: x >= 0
result
object
required
result_digest
string
required
Pattern: ^sha256:[0-9a-f]{64}$
target_transition_digest
string
required
Pattern: ^sha256:[0-9a-f]{64}$
completed_at
string
required

A canonical UTC ISO-8601 timestamp with millisecond precision.

Maximum string length: 24
Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$