List all trainings
List all trainings
List all trainings — List all training scenarios for your organization. Use when pushing training scenarios or knowledge into the AI training index from an external pipeline.
GET
List all trainings
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Case-insensitive search on title or content
Filter by type: BEHAVIORAL or SCENARIO_SPECIFIC
Available options:
BEHAVIORAL, SCENARIO_SPECIFIC Filter by draft status
Available options:
true, false Max items to return (1-100, default 50)
Required range:
1 <= x <= 100Number of items to skip (default 0)
Required range:
0 <= x <= 9007199254740991Sort by field: created_at (default) or handoff_count (most handoffs first)
Available options:
created_at, handoff_count Filter by metadata — JSON object of key-value pairs to match (uses jsonb @> containment)