Skip to main content
POST
Send feedback on a run

Authorizations

Authorization
string
header
required

An API key created in Settings → API keys (bp_live_… or bp_test_…).

Path Parameters

run_id
string<uuid>
required

Body

application/json
feedback
enum<string> | null
required

null clears the feedback.

Available options:
good,
bad,
null
note
string
Maximum string length: 1000

Response

Feedback recorded.

run_id
string<uuid>
feedback
enum<string> | null
Available options:
good,
bad,
null
note
string | null