Ask a question to get started
Enter to sendā¢Shift+Enter new line
list( self, thread_id: str, *, limit: int = 10, offset:
thread_id
str
The thread ID to list runs for.
limit
int
10
The maximum number of results to return.
offset
0
The number of results to skip.
headers
Mapping[str, str] | None
None
params
QueryParamTypes | None
List runs.
client = get_sync_client(url="http://localhost:2024") client.runs.list( thread_id="thread_id", limit=5, offset=5, )
Optional custom headers to include with the request.
Optional query parameters to include with the request.