Retrieve all interview configurations for the current user.
This endpoint allows authenticated users to fetch all interview configurations associated with their account.
It returns a list of InterviewConfig objects containing details such as ID, title, job title, questions, scorecard, prompt, structured outputs, creation time, and update time.
Raises 401 Unauthorized if the user is not authenticated.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response