Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
Response
Successful Response
Retrieve a list of sessions for a given interview configuration.
This endpoint allows authenticated users to fetch sessions associated with a specific interview configuration. It returns a list of Session objects containing details such as status, unique session ID, creation time, candidate metadata, and other relevant information.
Raises 400 Bad Request if the interview_config_id is not provided.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response