Skip to main content
POST
Record Benchmark Events

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
workflow_id
string
required

Frontend-generated workflow ID linking all benchmark events in this session

events
BenchmarkEvent · object[]
required

List of benchmark events; same benchmark_id can appear multiple times with different event types

Response

Successful Response