Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The definition of the span to create
The name of the span, something descriptive about the span that will be used to identify it when querying
"my span"
The start time of the span in UTC
"2024-03-20T10:00:00+00:00"
The id of the span
"123e4567-e89b-12d3-a456-426614174000"
The id of the trace
"123e4567-e89b-12d3-a456-426614174000"
The id of the parent span
"123e4567-e89b-12d3-a456-426614174000"
The type of the span
"email_tool"
The end time of the span in UTC
"2024-03-20T10:00:10+00:00"
The input of the span
The output of the span
In case of an error, the error message
"Exception: This is an error message"
The metadata of the span
{ "key": "value" }
The score of the span
10
Response
Successful Response
The name of the span, something descriptive about the span that will be used to identify it when querying
"my span"
The start time of the span in UTC
"2024-03-20T10:00:00+00:00"
The id of the trace
"123e4567-e89b-12d3-a456-426614174000"
The id of the parent span
"123e4567-e89b-12d3-a456-426614174000"
The type of the span
"email_tool"
The end time of the span in UTC
"2024-03-20T10:00:10+00:00"
The input of the span
The output of the span
In case of an error, the error message
"Exception: This is an error message"
The metadata of the span
{ "key": "value" }
The score of the span
10