Query sessions within a project using flexible filters. Supports filtering by cost, environment, review status, custom metadata, and more. Use compound filters with AND, OR, and NOT operators for complex queries.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Empty filter to return all results
SessionSearchResponse(data: List[server.observability.observability_types.SessionSearchInfo], pagination: server.api_routes.api_v2_common.PaginationInfo)