incidents
Get Future Incidents For An Incident
Overview
- Introduction
- Playground
- Use Cases
- Key Concepts
- Support
Workflow Automation
- Overview
- Syntax
- Examples
Alert Evaluation Engine
- Overview
- Examples
Providers
- Overview
- Adding a New Provider
- Provider methods
- Supported Providers
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 Future Incidents For An Incident
Get same incidents linked to this one
GET
/
incidents
/
{incident_id}
/
future_incidents
{
"limit": 25,
"offset": 0,
"count": 123,
"items": [
{
"id": "c2509cb3-6168-4347-b83b-a41da9df2d5b",
"name": "Incident name",
"user_summary": "Keep: Incident description",
"status": "firing"
}
]
}
Authorizations
Path Parameters
Response
200
application/json
Successful Response
An enumeration.
Available options:
critical
, high
, warning
, info
, low
An enumeration.
Available options:
firing
, resolved
, acknowledged
, merged
{
"limit": 25,
"offset": 0,
"count": 123,
"items": [
{
"id": "c2509cb3-6168-4347-b83b-a41da9df2d5b",
"name": "Incident name",
"user_summary": "Keep: Incident description",
"status": "firing"
}
]
}