Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
Response
Successful Response
Retrieve a session by its unique session ID.
This endpoint allows authenticated users to fetch a session by its unique session ID. It returns a Session object containing details such as status, unique session ID, creation time, candidate metadata, and other relevant information.
Raises 404 Not Found if the session does not exist.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response