Query Sessions
Path parameters
Request body
Example request
{
"filters": [
{
"case_sensitive": true,
"name": "input",
"operator": "eq",
"type": "text",
"value": "example input"
}
],
"log_stream_id": "00000000-0000-0000-0000-000000000000",
"pagination": {
"limit": 5,
"starting_token": 0
},
"sort": {
"ascending": false,
"name": "updated_at",
"sort_type": "column"
}
}Response
Successful Response
Example response
{
"next_starting_token": 2,
"num_rows": 2,
"paginated": true,
"records": [
{
"annotation_aggregates": {},
"annotation_agreement": {},
"annotation_queue_ids": [],
"annotations": {},
"created_at": "2026-08-24T20:58:23.628611Z",
"dataset_metadata": {},
"error_message": "",
"feedback_rating_info": {},
"file_ids": [],
"file_modalities": [],
"id": "1a0939d1-8b43-4fe3-a91c-196e2d9847e3",
"input": "Who is a smart LLM?",
"is_complete": true,
"metrics": {
"duration_ns": 4
},
"name": "",
"output": "I am",
"progress_message": "",
"project_id": "0d4e3799-3861-4759-875f-9ae14c167b0a",
"run_id": "74aec44e-ec21-4c9f-a3e2-b2ab2b81b4db",
"session_id": "1a0939d1-8b43-4fe3-a91c-196e2d9847e3",
"tags": [],
"trace_id": "1a0939d1-8b43-4fe3-a91c-196e2d9847e3",
"type": "trace",
"user_metadata": {}
},
{
"annotation_aggregates": {},
"annotation_agreement": {},
"annotation_queue_ids": [],
"annotations": {},
"created_at": "2026-08-24T20:58:23.628731Z",
"dataset_metadata": {},
"error_message": "",
"feedback_rating_info": {},
"file_ids": [],
"file_modalities": [],
"id": "1edc2401-24b4-448c-a392-b36932293061",
"input": [
{
"content": "Who is a smart LLM?",
"role": "user"
}
],
"is_complete": true,
"metrics": {
"duration_ns": 4,
"num_input_tokens": 4,
"num_output_tokens": 2,
"num_total_tokens": 6
},
"name": "",
"output": {
"content": "I am",
"role": "user"
},
"parent_id": "1a0939d1-8b43-4fe3-a91c-196e2d9847e3",
"progress_message": "",
"project_id": "0d4e3799-3861-4759-875f-9ae14c167b0a",
"run_id": "74aec44e-ec21-4c9f-a3e2-b2ab2b81b4db",
"session_id": "1a0939d1-8b43-4fe3-a91c-196e2d9847e3",
"tags": [],
"trace_id": "1a0939d1-8b43-4fe3-a91c-196e2d9847e3",
"type": "llm",
"user_metadata": {}
}
]
}Changes
Changed in 3 of the 14 revisions of this API.8019
- ●
removed the optional property
records/items/oneOf[subschema #1: ExtendedTraceRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #1: MetricNotComputed]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #1: ExtendedTraceRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #2: MetricPending]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #1: ExtendedTraceRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #3: MetricComputing]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #1: ExtendedTraceRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #4: MetricNotApplicable]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #1: ExtendedTraceRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #5: MetricSuccess]/critiquefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #1: ExtendedTraceRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #5: MetricSuccess]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #1: ExtendedTraceRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #6: MetricError]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #1: ExtendedTraceRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #7: MetricFailed]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #1: ExtendedTraceRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #8: MetricRollUp]/critiquefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #1: ExtendedTraceRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #8: MetricRollUp]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #2: ExtendedAgentSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #1: MetricNotComputed]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #2: ExtendedAgentSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #2: MetricPending]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #2: ExtendedAgentSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #3: MetricComputing]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #2: ExtendedAgentSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #4: MetricNotApplicable]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #2: ExtendedAgentSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #5: MetricSuccess]/critiquefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #2: ExtendedAgentSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #5: MetricSuccess]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #2: ExtendedAgentSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #6: MetricError]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #2: ExtendedAgentSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #7: MetricFailed]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #2: ExtendedAgentSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #8: MetricRollUp]/critiquefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #2: ExtendedAgentSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #8: MetricRollUp]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #3: ExtendedWorkflowSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #1: MetricNotComputed]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #3: ExtendedWorkflowSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #2: MetricPending]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #3: ExtendedWorkflowSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #3: MetricComputing]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #3: ExtendedWorkflowSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #4: MetricNotApplicable]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #3: ExtendedWorkflowSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #5: MetricSuccess]/critiquefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #3: ExtendedWorkflowSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #5: MetricSuccess]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #3: ExtendedWorkflowSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #6: MetricError]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #3: ExtendedWorkflowSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #7: MetricFailed]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #3: ExtendedWorkflowSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #8: MetricRollUp]/critiquefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #3: ExtendedWorkflowSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #8: MetricRollUp]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #4: ExtendedLlmSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #1: MetricNotComputed]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #4: ExtendedLlmSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #2: MetricPending]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #4: ExtendedLlmSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #3: MetricComputing]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #4: ExtendedLlmSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #4: MetricNotApplicable]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #4: ExtendedLlmSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #5: MetricSuccess]/critiquefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #4: ExtendedLlmSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #5: MetricSuccess]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #4: ExtendedLlmSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #6: MetricError]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #4: ExtendedLlmSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #7: MetricFailed]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #4: ExtendedLlmSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #8: MetricRollUp]/critiquefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #4: ExtendedLlmSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #8: MetricRollUp]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #5: ExtendedToolSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #1: MetricNotComputed]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #5: ExtendedToolSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #2: MetricPending]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #5: ExtendedToolSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #3: MetricComputing]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #5: ExtendedToolSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #4: MetricNotApplicable]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #5: ExtendedToolSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #5: MetricSuccess]/critiquefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #5: ExtendedToolSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #5: MetricSuccess]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #5: ExtendedToolSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #6: MetricError]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #5: ExtendedToolSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #7: MetricFailed]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #5: ExtendedToolSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #8: MetricRollUp]/critiquefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #5: ExtendedToolSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #8: MetricRollUp]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #6: ExtendedRetrieverSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #1: MetricNotComputed]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #6: ExtendedRetrieverSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #2: MetricPending]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #6: ExtendedRetrieverSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #3: MetricComputing]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #6: ExtendedRetrieverSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #4: MetricNotApplicable]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #6: ExtendedRetrieverSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #5: MetricSuccess]/critiquefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #6: ExtendedRetrieverSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #5: MetricSuccess]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #6: ExtendedRetrieverSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #6: MetricError]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #6: ExtendedRetrieverSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #7: MetricFailed]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #6: ExtendedRetrieverSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #8: MetricRollUp]/critiquefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #6: ExtendedRetrieverSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #8: MetricRollUp]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #7: ExtendedControlSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #1: MetricNotComputed]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #7: ExtendedControlSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #2: MetricPending]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #7: ExtendedControlSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #3: MetricComputing]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #7: ExtendedControlSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #4: MetricNotApplicable]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #7: ExtendedControlSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #5: MetricSuccess]/critiquefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #7: ExtendedControlSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #5: MetricSuccess]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #7: ExtendedControlSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #6: MetricError]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #7: ExtendedControlSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #7: MetricFailed]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #7: ExtendedControlSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #8: MetricRollUp]/critiquefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #7: ExtendedControlSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #8: MetricRollUp]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #8: ExtendedSessionRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #1: MetricNotComputed]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #8: ExtendedSessionRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #2: MetricPending]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #8: ExtendedSessionRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #3: MetricComputing]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #8: ExtendedSessionRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #4: MetricNotApplicable]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #8: ExtendedSessionRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #5: MetricSuccess]/critiquefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #8: ExtendedSessionRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #5: MetricSuccess]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #8: ExtendedSessionRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #6: MetricError]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #8: ExtendedSessionRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #7: MetricFailed]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #8: ExtendedSessionRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #8: MetricRollUp]/critiquefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
records/items/oneOf[subschema #8: ExtendedSessionRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #8: MetricRollUp]/scorer_typefrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
records/items/oneOf[subschema #4: ExtendedLlmSpanRecord]/providerto the response with the200statusresponse-optional-property-added
This revision also has 44 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the optional property
records/items/oneOf[subschema #1: ExtendedTraceRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #1: MetricNotComputed]/ems_error_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
records/items/oneOf[subschema #1: ExtendedTraceRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #1: MetricNotComputed]/standard_errorto the response with the200statusresponse-optional-property-added
- ○
added the optional property
records/items/oneOf[subschema #2: ExtendedAgentSpanRecord]/agent_nameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
records/items/oneOf[subschema #2: ExtendedAgentSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #1: MetricNotComputed]/ems_error_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
records/items/oneOf[subschema #2: ExtendedAgentSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #1: MetricNotComputed]/standard_errorto the response with the200statusresponse-optional-property-added
- ○
added the optional property
records/items/oneOf[subschema #3: ExtendedWorkflowSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #1: MetricNotComputed]/ems_error_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
records/items/oneOf[subschema #3: ExtendedWorkflowSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #1: MetricNotComputed]/standard_errorto the response with the200statusresponse-optional-property-added
- ○
added the optional property
records/items/oneOf[subschema #4: ExtendedLlmSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #1: MetricNotComputed]/ems_error_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
records/items/oneOf[subschema #4: ExtendedLlmSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #1: MetricNotComputed]/standard_errorto the response with the200statusresponse-optional-property-added
- ○
added the optional property
records/items/oneOf[subschema #5: ExtendedToolSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #1: MetricNotComputed]/ems_error_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
records/items/oneOf[subschema #5: ExtendedToolSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #1: MetricNotComputed]/standard_errorto the response with the200statusresponse-optional-property-added
- ○
added the optional property
records/items/oneOf[subschema #6: ExtendedRetrieverSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #1: MetricNotComputed]/ems_error_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
records/items/oneOf[subschema #6: ExtendedRetrieverSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #1: MetricNotComputed]/standard_errorto the response with the200statusresponse-optional-property-added
- ○
added the optional property
records/items/oneOf[subschema #7: ExtendedControlSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #1: MetricNotComputed]/ems_error_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
records/items/oneOf[subschema #7: ExtendedControlSpanRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #1: MetricNotComputed]/standard_errorto the response with the200statusresponse-optional-property-added
- ○
added the optional property
records/items/oneOf[subschema #8: ExtendedSessionRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #1: MetricNotComputed]/ems_error_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
records/items/oneOf[subschema #8: ExtendedSessionRecord]/metric_info/anyOf[subschema #1]/additionalProperties/oneOf[subschema #1: MetricNotComputed]/standard_errorto the response with the200statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
ClassicAPIKeyHeaderwas added to the APIapi-security-added
This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○