API Reference
Read Interview Configs
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.
GET
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Response
200 - application/json
Successful Response
The response is of type InterviewConfig · object[]
.