Get interview definition
Retrieves the interview definition for a given interview-definition id or position id. Returns the compiled calc_definition_json plus basic metadata. Access is subject to the caller’s row-level security.
Authorizations
Supabase JWT access token, passed as Authorization: Bearer <token>.
Query Parameters
Identifier of either an interview definition (single-stage) or a position definition (multi-stage). The function resolves whichever matches.
1"00000000-0000-0000-0000-000000000000"
Response
The resolved interview definition.
Interview or position name.
"2026-01-15T09:30:00.000Z"
"2026-01-20T14:05:00.000Z"
True when the id resolved to a multi-stage position rather than a single interview.
The compiled interview definition JSON (structure varies by interview type).