Skip to main content
POST
Create a Session Watch

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
idempotency-key
string
Maximum string length: 255

Path Parameters

id
string
required
Pattern: ^sess_[0-9a-f]{32}$

Body

application/json
source
object
required
target_ref
string
required
Required string length: 1 - 1024
Pattern: ^\S+$
coalescing_window_seconds
integer
Required range: 0 < x <= 86400

Response

Watch

id
string
required
Pattern: ^wch_[0-9a-f]{32}$
workspace_id
string
required
Pattern: ^wrkspc_[0-9a-f]{32}$
owner_session_id
string
required
Pattern: ^sess_[0-9a-f]{32}$
source
object
required
target_ref
string
required
Required string length: 1 - 1024
Pattern: ^\S+$
status
enum<string>
required
Available options:
active,
paused
coalescing_window_seconds
integer
required
Required range: 0 < x <= 86400
last_source_state_hash
string | null
required
Pattern: ^sha256:[0-9a-f]{64}$
version
integer
required
Required range: x > 0
created_at
string
required
updated_at
string
required