List all training scenarios for your organization. Trainings teach the AI how to respond to specific situations. Supports filtering by search term, type, and draft status, with pagination.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Case-insensitive search on title or content
Filter by type: BEHAVIORAL or SCENARIO_SPECIFIC
BEHAVIORAL, SCENARIO_SPECIFIC Filter by draft status
true, false Max items to return (1-100, default 50)
1 <= x <= 100Number of items to skip (default 0)
0 <= x <= 9007199254740991Sort by field: created_at (default) or handoff_count (most handoffs first)
created_at, handoff_count Filter by metadata — JSON object of key-value pairs to match (uses jsonb @> containment)