Ask a question to get started
Enter to sendā¢Shift+Enter new line
list_threads( self, *, project_id: Optional[ID_TYPE] = None, project_name: Optional
project_id
Optional[ID_TYPE]
None
The project (session) id.
project_name
Optional[str]
The project name (alternative to project_id).
limit
Optional[int]
offset
int
0
filter
start_time
Optional[datetime.datetime]
List threads and fetch the runs for each thread.
Maximum number of threads to return. Default None (no limit).
Pagination offset for threads. Default 0.
Optional filter for threads and runs.
Only include runs from this time. Default: 1 day ago.