retrieve(
self,
run_id: str,
*,
share_token: str,
selects: SequenceNotStr| Name | Type | Description |
|---|---|---|
selects* | SequenceNotStr[str] | repeatable public run fields to include |
start_time* | Union[str, datetime] | Run start_time coordinate (RFC3339) |
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; Returns one run within the trace identified by the share token. The request supplies only the run ID and that run's exact start_time coordinate.
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