get_spans
project_id
: The unique identifier of the project.experiment_id
: Filter records by a specific experiment ID.log_stream_id
: Filter records by a specific run ID.filters
: A list of filters to apply to the query.sort
: A sort clause to order the query results.limit
: The maximum number of records to return.starting_token
: The token for the next page of results.
get_traces
project_id
: The unique identifier of the project.experiment_id
: Filter records by a specific experiment ID.log_stream_id
: Filter records by a specific run ID.filters
: A list of filters to apply to the query.sort
: A sort clause to order the query results.limit
: The maximum number of records to return.starting_token
: The token for the next page of results.
get_sessions
project_id
: The unique identifier of the project.experiment_id
: Filter records by a specific experiment ID.log_stream_id
: Filter records by a specific run ID.filters
: A list of filters to apply to the query.sort
: A sort clause to order the query results.limit
: The maximum number of records to return.starting_token
: The token for the next page of results.