- Open API
- Quick Start
- About Pagination
- Member Management
- Team Management
- Schedule Management
- Information Retrieval
- Preference Settings
- Channel
- Template Management
- Incident Management
- Group View
- Match conditions
- Enable rule
- Disable rule
- Delete rule
- Rule list
- See creation interface for filters explanation
- Create rule
- Rule description
- Update rule
- Channel
- Match conditions
- Match conditions
- Update rule
- Channel
- Rule ID
- Inner conditions
- Enable rule
- Rule list
- Rule details
- Rule name
- Rule description
- Match conditions
- Rule description
- See creation interface for filters explanation
- Disable rule
- Rule description
- Alert Management
- Change Management
- Insights (old)
- Custom Fields
- Service Calendar
- Label Enhancement
- Alert Processing
- Integration Routing
- License Management
- Insights
- Event API
- Webhook
Incident List
POST
/insight/incident/list
Request
Body Params application/json
start_time
integer
Update rule
end_time
integer
Rule ID
team_ids
array[integer]
Rule name
channel_ids
array[integer]
Inner conditions
severities
array[string]
Name
Allowed values:
InfoWarningCritical
time_zone
string
Disable rule
Default:
Asia/Shanghai
asc
boolean
Rule list
orderby
enum<string>
See creation interface for filters explanation
Allowed value:
created_at
search_after_ctx
string
Channel
p
integer
Rule description
Default:
1
limit
integer
Match conditions
>= 0<= 100
Default:
20
Example
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://prod-cn.your-api-server.com/insight/incident/list' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢200成功
application/json
Body
error
object (DutyError)
optional
code
enum<string>
Rule description
Allowed values:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
Inner conditions
data
object
optional
items
array [object {24}]
Channel
search_after_ctx
string
optional
total
integer
optional
has_next_page
boolean
optional
Example
{
"error": {
"code": "InvalidParameter",
"message": "string"
},
"data": {
"items": [
{
"incident_id": "string",
"title": "string",
"team_id": 0,
"team_name": "string",
"channel_id": 0,
"channel_name": "string",
"progress": "Triggered",
"severity": "Info",
"created_at": 0,
"closed_by": "timeout",
"seconds_to_ack": 0,
"seconds_to_close": 0,
"engaged_seconds": 0,
"hours": "work",
"notifications": 0,
"interruptions": 0,
"assignments": 0,
"reassignments": 0,
"acknowledgements": 0,
"escalations": 0,
"manual_escalations": 0,
"timeout_escalations": 0,
"responders": [
{}
],
"assigned_to": {
"person_ids": [
0
],
"escalate_rule_id": "string",
"escalate_rule_name": "string",
"layer_idx": 0,
"layer_person_reset": {
"0": {
"team_ids": [
0
],
"person_ids": [
0
],
"schedule_to_role_ids": {
"{schedule_id}": [
0
]
}
}
},
"type": "assign"
}
}
],
"search_after_ctx": "string",
"total": 0,
"has_next_page": true
}
}
Modified at 2025-01-22 10:25:48