| Name | Type | Description |
|---|---|---|
cursor | str | Omit | Default: omit
|
filter | str | Omit | Default: omit
|
max_start_time | Union[str, datetime] | Omit | Default: omit |
min_start_time | Union[str, datetime] | Omit | Default: omit |
page_size | int | Omit | Default: omit |
project_id | str | Omit | Default: omit |
extra_headers | Headers | None | Default: None |
extra_query | Query | None | Default: None |
extra_body | Body | None | Default: None |
timeout | float | httpx.Timeout | None | NotGiven | Default: not_given |
Alpha: The request and response contract may change; Query threads within a project (session), with cursor-based pagination. Returns threads matching the given time range and optional filter.
max_start_time is the exclusive upper bound on thread activity (RFC3339
date-time). Defaults to now (UTC) when omitted.
min_start_time is the inclusive lower bound on thread activity (RFC3339
date-time). Defaults to 1 day before now (UTC) when omitted.
page_size is the maximum number of threads to return in this response.
Defaults to 20 when omitted; must be between 1 and 100 inclusive when set. The
response may contain fewer threads than page_size even when next_cursor is
non-null.
project_id is the tracing project UUID.
Send extra headers
Add additional query parameters to the request
Add additional JSON properties to the request
Override the client-level default timeout for this request, in seconds