list_studies | List your studies |
get_study | Fetch a single study (always call BEFORE update_study) |
create_study | Create a new study (requires is_panel — Panel vs BYOP, see below) |
update_study | PATCH a study (screener_questions REPLACES the full list) |
delete_study | Soft-delete a study |
stop_panels | Cancel all active panel surveys for a study |
upload_concept_link | Add a concept-test external link (dedups by label) |
delete_concept_link | Remove a concept-test link by id |
list_available_panel_questions | Catalog of standard panel screener questions ({id, name}; call BEFORE adding panel screeners) |
get_panel_question | Fetch one panel question with its answer options — needed to disqualify on a specific answer (e.g. Job Title = CEO) |
list_available_languages | Supported voice/interview ISO language codes |
list_available_modes | Voice / chat / video mode catalog |
list_study_types | Catalog of study TYPES (In-depth Interview, Concept Test, Prototype Test) with per-user recommended_slug |
get_study_type | Fetch a single study type by slug |