interview-realtime
Get Session Status
Check the accessibility status of a session (public, uses booking token).
Returns clear status messages like:
- "Your interview is available"
- "Scheduled time passed, you can still complete it"
- "Your interview has been completed"
Does not require authentication, only the booking token.
get/v1/interview/session/{session_id}/status
Path parameters
session_idstring required
Query parameters
tokenstring nullable
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.