Conversations
Explains APIs available to interact with Conversation objects in Score.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitinteger · int32 · max: 50OptionalDefault:
The number of conversations to return. Defaults to 10. Max is 50.
10offsetinteger · int32OptionalDefault:
The number of conversations to skip in pagination. Defaults to 0.
0conversationDateFromstring · date-timeOptional
ISO-8601 formatted date-time string for the earliest conversation date
conversationDateTostring · date-timeOptional
ISO-8601 formatted date-time string for the latest conversation date
analysisDateFromstring · date-timeOptional
ISO-8601 formatted date-time string for the earliest analysis date
analysisDateTostring · date-timeOptional
ISO-8601 formatted date-time string for the latest analysis date
Responses
200
The request has succeeded.
application/json
get
/api/v1/conversations200
The request has succeeded.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
conversationIdstringRequired
Responses
200
The request has succeeded.
application/json
get
/api/v1/conversations/{conversationId}/transcript200
The request has succeeded.
FAQs
Why are the scores a floating point number?
Last updated