Read Interview Config
API Reference
Read Interview Config
Retrieve an interview configuration by its ID.
This endpoint allows authenticated users to fetch an interview configuration by its ID. It returns an InterviewConfig object containing details such as ID, title, length, language, job title, questions, scorecard, prompt, structured outputs, creation time, and update time.
Raises 404 Not Found if the interview config does not exist.
GET
Read Interview Config
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
Response
Successful Response