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.
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Successful Response
The response is of type object
.