Submit a new report
Creates a new report entry and associates it with a run
POST
/
report
Authorization
x-api-key
<token>
In: header
Request Body
application/json
RequiredrunId
string
Optional unique identifier for the test run
event
Requiredstring
The event name or type
internal
boolean
Whether this is an internal event
Default:
false
happened_at
Requiredstring
When the event occurred
Format:
"date-time"
data
Requiredobject
Event-specific data payload
Report successfully created