entity_typeenumобязательный
One of: agent_insights_issue, experiment, project, prompt, prompt_version, span, test_suite, test_suite_item, thread, trace.
filtersstring | null
OQL filter for trace, span, thread, experiment: <field>[.<key>] <op> <value> [AND ...]; ops = != > >= < <= contains not_contains starts_with ends_with is_empty is_not_empty in not_in; strings quoted, numbers bare (duration in ms). E.g. 'error_info is_not_empty AND duration > 5000', 'feedback_scores.accuracy < 0.5 AND start_time >= "2026-09-08T00:00:00Z"'. trace/span/thread default to source = "sdk". Reference: schema("list.trace").
namestring | null
Optional substring filter on entity name. Supported for project, experiment, prompt, test_suite; ignored for sub-collections.
pageinteger
Page number (1-indexed).
project_idstring | null
Parent project UUID for project-scoped lists (trace, span, thread, agent_insights_issue). Pass this OR project_name.
project_namestring | null
Parent project name — alternative to project_id for project-scoped lists, so you don't need to resolve the UUID first.
prompt_idstring | null
Required when listing prompt_versions. UUID of the prompt.
searchstring | null
Free text for trace, span, thread: matches anywhere in id, name, input, output, metadata, tags, thread_id (spans: model, provider too). Expensive on large projects; narrow with since first.
sincestring | null
Start of the time window for trace, span, thread, agent_insights_issue: a relative span ('30m', '1h', '24h', '7d') or an ISO-8601 instant with timezone. Trace/span/thread windows are by record creation time (for an exact start_time bound use filters); Diagnostics issues aggregate per report day, so their window is the UTC days it spans and defaults to all-time, matching the Diagnostics page.
sizeinteger
Items per page. Capped at 100.
sortstring | null
Sort for trace, span, thread, experiment: '<field> [asc|desc]', desc by default. E.g. 'duration desc', 'total_estimated_cost', 'feedback_scores.accuracy asc', 'usage.total_tokens'. One field only.
statusenum | null
agent_insights_issue only: which Diagnostics issues to list. Defaults to 'open' (what is broken now); 'resolved' and 'closed' show issues already dealt with. Ignored for other entity types.
test_suite_idstring | null
Required when listing test_suite_items. UUID of the suite.
untilstring | null
End of the time window, same forms as since.