List runs.
client = get_client(url="http://localhost:2024")
await client.runs.list(
thread_id="thread_id",
limit=5,
offset=5,
)The status of the run to filter by.
Optional custom headers to include with the request.
Optional query parameters to include with the request.