Query Partial 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
},
"select_columns": {
"column_ids": [
"id",
"metrics/agentic_session_success",
"metrics/completeness_gpt"
],
"include_all_feedback": false,
"include_all_metrics": false,
"includes_metric_columns": true,
"metric_columns_names": [
"agentic_session_success",
"completeness_gpt"
]
},
"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.632685Z",
"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": {},
"name": "",
"progress_message": "",
"tags": [],
"type": "trace",
"user_metadata": {}
},
{
"annotation_aggregates": {},
"annotation_agreement": {},
"annotation_queue_ids": [],
"annotations": {},
"created_at": "2026-08-24T20:58:23.632788Z",
"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": {},
"name": "",
"output": {
"content": "",
"role": "assistant"
},
"progress_message": "",
"tags": [],
"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: PartialExtendedTraceRecord]/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: PartialExtendedTraceRecord]/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: PartialExtendedTraceRecord]/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: PartialExtendedTraceRecord]/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: PartialExtendedTraceRecord]/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: PartialExtendedTraceRecord]/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: PartialExtendedTraceRecord]/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: PartialExtendedTraceRecord]/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: PartialExtendedTraceRecord]/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: PartialExtendedTraceRecord]/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: PartialExtendedAgentSpanRecord]/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: PartialExtendedAgentSpanRecord]/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: PartialExtendedAgentSpanRecord]/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: PartialExtendedAgentSpanRecord]/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: PartialExtendedAgentSpanRecord]/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: PartialExtendedAgentSpanRecord]/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: PartialExtendedAgentSpanRecord]/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: PartialExtendedAgentSpanRecord]/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: PartialExtendedAgentSpanRecord]/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: PartialExtendedAgentSpanRecord]/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: PartialExtendedWorkflowSpanRecord]/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: PartialExtendedWorkflowSpanRecord]/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: PartialExtendedWorkflowSpanRecord]/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: PartialExtendedWorkflowSpanRecord]/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: PartialExtendedWorkflowSpanRecord]/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: PartialExtendedWorkflowSpanRecord]/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: PartialExtendedWorkflowSpanRecord]/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: PartialExtendedWorkflowSpanRecord]/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: PartialExtendedWorkflowSpanRecord]/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: PartialExtendedWorkflowSpanRecord]/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: PartialExtendedLlmSpanRecord]/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: PartialExtendedLlmSpanRecord]/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: PartialExtendedLlmSpanRecord]/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: PartialExtendedLlmSpanRecord]/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: PartialExtendedLlmSpanRecord]/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: PartialExtendedLlmSpanRecord]/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: PartialExtendedLlmSpanRecord]/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: PartialExtendedLlmSpanRecord]/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: PartialExtendedLlmSpanRecord]/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: PartialExtendedLlmSpanRecord]/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: PartialExtendedToolSpanRecord]/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: PartialExtendedToolSpanRecord]/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: PartialExtendedToolSpanRecord]/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: PartialExtendedToolSpanRecord]/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: PartialExtendedToolSpanRecord]/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: PartialExtendedToolSpanRecord]/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: PartialExtendedToolSpanRecord]/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: PartialExtendedToolSpanRecord]/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: PartialExtendedToolSpanRecord]/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: PartialExtendedToolSpanRecord]/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: PartialExtendedRetrieverSpanRecord]/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: PartialExtendedRetrieverSpanRecord]/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: PartialExtendedRetrieverSpanRecord]/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: PartialExtendedRetrieverSpanRecord]/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: PartialExtendedRetrieverSpanRecord]/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: PartialExtendedRetrieverSpanRecord]/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: PartialExtendedRetrieverSpanRecord]/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: PartialExtendedRetrieverSpanRecord]/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: PartialExtendedRetrieverSpanRecord]/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: PartialExtendedRetrieverSpanRecord]/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: PartialExtendedControlSpanRecord]/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: PartialExtendedControlSpanRecord]/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: PartialExtendedControlSpanRecord]/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: PartialExtendedControlSpanRecord]/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: PartialExtendedControlSpanRecord]/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: PartialExtendedControlSpanRecord]/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: PartialExtendedControlSpanRecord]/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: PartialExtendedControlSpanRecord]/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: PartialExtendedControlSpanRecord]/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: PartialExtendedControlSpanRecord]/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: PartialExtendedSessionRecord]/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: PartialExtendedSessionRecord]/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: PartialExtendedSessionRecord]/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: PartialExtendedSessionRecord]/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: PartialExtendedSessionRecord]/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: PartialExtendedSessionRecord]/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: PartialExtendedSessionRecord]/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: PartialExtendedSessionRecord]/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: PartialExtendedSessionRecord]/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: PartialExtendedSessionRecord]/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: PartialExtendedLlmSpanRecord]/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: PartialExtendedTraceRecord]/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: PartialExtendedTraceRecord]/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: PartialExtendedAgentSpanRecord]/agent_nameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
records/items/oneOf[subschema #2: PartialExtendedAgentSpanRecord]/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: PartialExtendedAgentSpanRecord]/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: PartialExtendedWorkflowSpanRecord]/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: PartialExtendedWorkflowSpanRecord]/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: PartialExtendedLlmSpanRecord]/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: PartialExtendedLlmSpanRecord]/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: PartialExtendedToolSpanRecord]/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: PartialExtendedToolSpanRecord]/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: PartialExtendedRetrieverSpanRecord]/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: PartialExtendedRetrieverSpanRecord]/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: PartialExtendedControlSpanRecord]/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: PartialExtendedControlSpanRecord]/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: PartialExtendedSessionRecord]/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: PartialExtendedSessionRecord]/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
- ○