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