List interview definitions
Paginated list of a merchant’s interview definitions (the admin-portal interview list), scoped to the merchant from the JWT or the optional merchant_id override. Capped at 1000 records per page.
Authorizations
Supabase JWT access token, passed as Authorization: Bearer <token>.
Query Parameters
Optional merchant to scope the results to. Honoured only when the caller is an admin or a sub-merchant operator; otherwise the merchant from the JWT is always used.
"28106cba-1c27-4e53-b149-32113e5e8e31"
Product type of interviews to list.
interview, coaching, assessment, public_avatar, persona "interview"
Filter by lifecycle status. Omit to include all statuses.
draft, active, archived, deleted, preparing, completed "active"
Include interviews shared publicly across merchants (coaching/avatars).
true, false "false"
Include demo/sample interviews.
true, false "false"
Case-insensitive search on the interview name.
Filter by the interview emoji marker.
Maximum number of records to return (1–1000).
1 <= x <= 100050
Number of records to skip from the start of the result set.
x >= 00