Skip to main content
POST
Record Trace

Authorizations

Authorization
string
header
required

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

Path Parameters

project_id
string
required
session_id
string
required
trace_id
string
required

Body

application/json
input
required
output
required
parent_id
string<uuid> | null
test_run_info
TestRunInfo · object | null
agent_name
string | null
custom_metadata
Custom Metadata · object | null
eval_results
Eval Results · object | null
name
string | null
kind
string | null
Allowed value: "tool"
start_time
string<date-time> | null
end_time
string<date-time> | null

Response

201 - application/json

EmptyResponse()

The response is of type EmptyResponse · object.