Get Conversation Resolution V2
AuthorizationBearer <token>
In: header
Path Parameters
conversation_id*Conversation Id
Response Body
application/json
application/json
curl -X GET "https://loading/api/v2/conversations/string/resolution"{
"actions_taken": "string",
"ai_generated": false,
"conversation_id": "string",
"created_at": "2019-08-24T14:15:22Z",
"created_by": "string",
"id": "string",
"resolution": "string",
"root_cause": "string",
"updated_at": "2019-08-24T14:15:22Z",
"updated_by": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}