Skip to main content
POST
Record an A/B assignment conversion event

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Identifier of the agent running the experiment.

assignmentId
string
required

Identifier of the A/B assignment to record the event against.

Body

application/json
event_type
enum<string>
required

The conversion signal to record.

Available options:
reply_received,
goal_completion,
human_handoff_avoided,
escalated
note
string

Optional context for the audit trail.

Maximum string length: 500

Response

200 - application/json

The conversion event was recorded against the assignment.

data
object
meta
object