API Reference
Read Sessions
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.
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
Response
200
application/json
Successful Response
The response is of type object
.