curl --location -g --request GET 'https:///api/v2/agents//responses' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"message": "string",
"success": true,
"data": {
"count": 0,
"num_pages": 0,
"current_page": 0,
"agent_responses": [
{
"id": 0,
"comments": [
{
"comment": "string",
"created_by": "string",
"created_on": "2019-08-24T14:15:22Z"
}
],
"feedback": [
{
"is_upvote": true,
"is_downvote": true
}
],
"response_steps": [
{
"id": 0,
"response_log": 0,
"type": "string",
"name": "string",
"content": {
"property1": null,
"property2": null
},
"friendly_message": "string",
"created_on": "2019-08-24T14:15:22Z"
}
],
"question": "string",
"response": {
"property1": null,
"property2": null
},
"created_by": "string",
"created_on": "2019-08-24T14:15:22Z",
"is_deleted": true,
"total_tokens": -2147483648,
"prompt_tokens": -2147483648,
"completion_tokens": -2147483648,
"cache_hit": true,
"query_source": "string",
"message_id": "string",
"cost": "string",
"pinned": true,
"guardrail_triggered": true,
"chat_thread": 0,
"agent": 0,
"user": 0,
"llm_config": 0
}
]
}
}