session_labels
Get Label By Id
GET
Authorizations
Path Parameters
Response
200
application/json
Successful Response
Response model for session label operations. A session label is associated with a given session and contains an evaluation of quality and descriptions of issues the user encountered in that session or other details.
The internal ID of the session (see Session.session_id)
Example:
1
The type of the label (either "auto-rating" or "human-rating")
Example:
"auto-rating"
A code describing the quality of the labeled session (either "GOOD", "OK", "BAD", or "N/A")
Example:
"GOOD"
The email of the user who created the label
Example:
"user@email.com"
The internal ID of the label
Example:
1
The timestamp at which the label was created
Example:
"2024-01-01T12:00:00Z"
Comment string describing additional details about the session
Descriptions of issues occurring in the labeled call
Example:
["Silent treatment"]