Request
Body Params application/json
channel_ids
array[integer]
optionalAllowed values:InfoWarningCritical
{
"start_time": 1234567890,
"end_time": 1234567890,
"team_ids": [
123,
456
],
"channel_ids": [
1,
2,
3
],
"severities": [
"Warning"
],
"order_by": "total_incident_cnt",
"asc": true
}
Request samples
curl --location --request POST 'http://prod-cn.your-api-server.com/insight/channel/export' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_time": 1234567890,
"end_time": 1234567890,
"team_ids": [
123,
456
],
"channel_ids": [
1,
2,
3
],
"severities": [
"Warning"
],
"order_by": "total_incident_cnt",
"asc": true
}'
Modified at 2025-01-22 10:26:46