List traces
List traces for an AI system version, applying the same server-side filter grammar as the chart endpoints (including numeric range filters on eval-metric tags). Returns MLflow-trace-compatible rows with token-based pagination.
Query Parameters
Optional URL-encoded JSON filter. Same grammar as the chart endpoints. See the /filters endpoint for available fields.
Inclusive lower bound on trace time in RFC3339 format. Defaults to 7 days ago if not specified.
Inclusive upper bound on trace time in RFC3339 format. Defaults to now if not specified.
Field to sort by. Accepts 'timestamp_ms', 'execution_time_ms', or any eval-metric facet (sorted numerically, e.g. accuracy_score) or categorical-label facet (sorted lexically, e.g. topic) name from the /filters endpoint. Defaults to 'timestamp_ms'.
Sort direction. Defaults to 'DESC'.
ASC, DESC Page size. Defaults to 20, capped at 100.
Opaque pagination token from a previous response's next_page_token.
Response
OK
Page of MLflow-trace-compatible rows.
A URL to the JSON Schema for this object.
"/api/model-services/v1/aisystem/schemas/GetTracesResponseBody.json"
Opaque token for fetching the next page. Omitted/empty on the last page.