| Name | Type | Description |
|---|---|---|
thread_id* | str | Thread id (required). |
project_id | Optional[Union[ID_TYPE, Sequence[ID_TYPE]]] | Default: None |
project_name | Optional[Union[str, Sequence[str]]] | Default: None |
is_root | bool | Default: True |
limit | Optional[int] | Default: None |
select | Optional[Sequence[str]] | Default: None |
filter | Optional[str] | Default: None |
order | Literal['asc', 'desc'] | Default: 'asc' |
**kwargs | Any | Default: {} |
Read runs for a single thread.
Project id(s) (required when not using project_name).
Project name(s) (required when not using project_id).
If True, return only root runs. Default True.
Maximum number of runs to return.
Fields to select.
Additional filter expression.
Sort order for runs (e.g. "asc" for chronological). Default "asc".
Additional arguments passed to the runs query.