Query traces using advanced filters. Use to find specific trace executions, filter by metadata, or analyze trace patterns.
Supports pagination and optional inclusion of all child traces and
completions within the session, using the include_children parameter.
For filter operators and examples, see: https://docs.freeplay.ai/openapi/search-api-operators
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
TraceSearchResponse(data: Union[List[server.search_api.types.TraceSearchInfo], List[server.search_api.types.TraceSearchInfoWithChildren]], pagination: server.api_routes.api_v2_common.PaginationInfo)