Search Episodes
Search recorded episodes with an AND/OR filter AST over any episode field.
Episodes are shared across users, so this surfaces runs anyone already executed — check here before spending a new experience request on a similar configuration.
Authorizations
Bearer token issued by Softmax
Body
Filter AST. Composites: {op: and|or, clauses: [node, ...]} and {op: not, clause: node}. Leaves: {op: eq|ne|gt|gte|lt|lte|in|like|ilike|exists|contains|includes|excludes, field: , value: }. 'includes'/'excludes' take a list: the episode must include all / none of the values (e.g. all of these policy.version_id values participated). See GET /v2/episodes/search/fields for the queryable field paths. Example: {"op": "and", "clauses": [{"op": "eq", "field": "coworld.name", "value": "crewrift_prime"}, {"op": "includes", "field": "policy.version_id", "value": ["", ""]}]}
Field path to order by: a column field, coworld.*, results., or attributes..
asc, desc 1 <= x <= 5000 <= x <= 10000
