Alpha: The request and response contract may change; Returns one run by ID for the given session and start_time.
public class RunRetrieveV2Params extends ParamsAlpha: The request and response contract may change; Returns one run by ID for the given
session and start_time. Use the selects query parameter (repeatable) to select fields to
return.
project_id is the UUID of the tracing project that owns the run..
start_time is the run's start_time (RFC3339 date-time), used together with project_id
to locate the run..
selects lists which properties to include on the returned run (repeatable query parameter).
Additional headers to send with the request..
Additional query param to send with the request..
Returns a mutable builder for constructing an instance of [RunRetrieveV2Params].
project_id is the UUID of the tracing project that owns the run..
start_time is the run's start_time (RFC3339 date-time), used together with project_id
to locate the run..
selects lists which properties to include on the returned run (repeatable query parameter).
selects lists which properties to include on the returned run (repeatable query parameter).
Adds a single [Select] to [selects]..
Returns an immutable instance of [RunRetrieveV2Params].