curl --request POST \
--url https://backend.nebuly.com/api/external/get-interactions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"time_range": {
"start": "<string>",
"end": "<string>"
},
"filters": [
{
"kind": "<string>",
"tag": "<string>",
"values": [
"<string>"
]
}
],
"limit": 123,
"offset": 123
}
'{
"total": 123,
"offset": 123,
"limit": 123,
"data": [
{
"id": "<string>",
"input_text": "<string>",
"output_text": "<string>",
"user_query": "<string>",
"end_user": "<string>",
"conversation_id": "<string>",
"timestamp": "<string>",
"end_timestamp": "<string>",
"warning_message_v2": "<string>",
"negative_intent_message_v2": "<string>",
"cost": 123,
"latency": 123,
"text_language": "<string>",
"verbosity": 123,
"pii_removed": true,
"feedback_action_text": "<string>",
"feedback_action_rating": 123,
"feedback_actions": [
"<string>"
],
"sentiment": "<string>",
"emotions": [
"<string>"
],
"tags": {},
"custom_columns": {},
"custom_aggregates": {},
"rag_details": {}
}
]
}curl --request POST \
--url https://backend.nebuly.com/api/external/get-interactions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"time_range": {
"start": "<string>",
"end": "<string>"
},
"filters": [
{
"kind": "<string>",
"tag": "<string>",
"values": [
"<string>"
]
}
],
"limit": 123,
"offset": 123
}
'{
"total": 123,
"offset": 123,
"limit": 123,
"data": [
{
"id": "<string>",
"input_text": "<string>",
"output_text": "<string>",
"user_query": "<string>",
"end_user": "<string>",
"conversation_id": "<string>",
"timestamp": "<string>",
"end_timestamp": "<string>",
"warning_message_v2": "<string>",
"negative_intent_message_v2": "<string>",
"cost": 123,
"latency": 123,
"text_language": "<string>",
"verbosity": 123,
"pii_removed": true,
"feedback_action_text": "<string>",
"feedback_action_rating": 123,
"feedback_actions": [
"<string>"
],
"sentiment": "<string>",
"emotions": [
"<string>"
],
"tags": {},
"custom_columns": {},
"custom_aggregates": {},
"rag_details": {}
}
]
}Show properties
topic="value A" or topic="value B".Show properties