Skip to main content
POST
Record usefulness feedback for a firing

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

Path Parameters

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

Body

application/json
authored_by
string
required
Pattern: ^prin_[0-9a-f]{32}$
disposition
enum<string>
required
Available options:
useful,
noisy,
incorrect,
too_late,
already_handled

Response

AutomationFiringFeedback

id
string
required
Pattern: ^affb_[0-9a-f]{32}$
workspace_id
string
required
Pattern: ^wrkspc_[0-9a-f]{32}$
automation_id
string
required
Pattern: ^auto_[0-9a-f]{32}$
firing_id
string
required
Pattern: ^afire_[0-9a-f]{32}$
authored_by
string
required
Pattern: ^prin_[0-9a-f]{32}$
disposition
enum<string>
required
Available options:
useful,
noisy,
incorrect,
too_late,
already_handled
version
integer
required
Required range: x > 0
created_at
string
required
updated_at
string
required