Creates a new search session or continues an existing one. Supports streaming via server-sent events when stream is set to true.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Namespace identifier. Alphanumeric characters, hyphens, underscores, and dots. Max 128 characters.
128The overarching goal for the search session.
The initial search query.
Recursive filter object. One of: { $and: [Filter, ...] } (all must match), { $or: [Filter, ...] } (any must match), or { field_name: FieldCondition } (field-level condition).
Upper bound on the number of results to return.
Whether to stream the response as server-sent events.