incidents
Get Incidents Meta
Overview
- Introduction
- Playground
- Use Cases
- Key Concepts
- Support
AIOps
- AI
- Non-AI Correlation
- Deduplication
- Extraction
- Mapping
- Maintenance Windows
- Service Topology
- Workflows
Workflow Automation
- Overview
- Syntax
- Examples
Alert Evaluation Engine
- Overview
- Examples
Providers
- Overview
- Linked Providers
- Provider methods
- Supported Providers
- Adding a New Provider
Deployment
- Configuration
- Monitoring
- Authentication
- Provision
- Secret Store
- Deploy On
- Local LLM
- Specifications
Development
Keep API
- providers
- actions
- healthcheck
- topology
- alerts
- deduplications
- maintenance
- incidents
- POSTChange Incident Status
- POSTCreate Incident
- GETGet All Incidents
- GETGet Incident
- PUTUpdate Incident
- DELDelete Incident
- POSTConfirm Incident
- GETGet Incident Alerts
- POSTAdd Alerts To Incident
- DELDelete Alerts From Incident
- POSTConfirm Incident
- POSTAdd Comment
- GETGet Future Incidents For An Incident
- GETGet Incident Workflows
- GETGet Incidents Meta
- POSTMerge Incidents
- POSTCommit With Ai
- POSTCreate Incident
- POSTCreate With Ai
- POSTReceive Event
- POST
- settings
- workflows
- whoami
- pusher
- status
- rules
- preset
- enrichment
- auth
- metrics
- users
- groups
- mappings
- dashboard
- tags
Keep CLI
incidents
Get Incidents Meta
Get incidents’ metadata for filtering
GET
/
incidents
/
meta
{
"statuses": [
"firing",
"resolved",
"acknowledged",
"merged"
],
"severities": [
"critical",
"high",
"warning",
"info",
"low"
],
"assignees": [
"<string>"
],
"services": [
"<string>"
],
"sources": [
"<string>"
]
}
Authorizations
Response
200 - application/json
Successful Response
The response is of type object
.
{
"statuses": [
"firing",
"resolved",
"acknowledged",
"merged"
],
"severities": [
"critical",
"high",
"warning",
"info",
"low"
],
"assignees": [
"<string>"
],
"services": [
"<string>"
],
"sources": [
"<string>"
]
}