Client.search_traces¶
Search traces with filters; returns raw result dicts.
Signature¶
search_traces(**kwargs: Any) -> list[dict[str, Any]]
Parameters¶
| Name | Type | Required | Default |
|---|---|---|---|
**kwargs |
Any |
no | - |
HTTP parameters¶
| Name | In | Type | Required | Default |
|---|---|---|---|---|
limit |
query |
integer |
no | 100 |
name |
query |
string |
no | - |
offset |
query |
integer |
no | 0 |
project_id |
query |
string |
yes | - |
Fields¶
| Field |
|---|
**kwargs |
Return shape¶
HTTP 200 — OK
array<TraceSearchSchema>
Permission¶
Required permission: dataset:read
HTTP¶
GET /api/traces/ (searchTraces)
Usage¶
client.search_traces()