Keep home page
Search or ask...
keephq/keep
Platform
keephq/keep
Search...
Navigation
incidents
Get Incident Workflows
Overview
Introduction
Playground
Use Cases
Key Concepts
Alerts
Overview
Alert Table
Action Menu
Alert Sidebar
Customized Presets
Incidents
Overview
AIOps
Correlation
Deduplication
Extraction
Mapping
Service Topology
Maintenance Windows
Workflows
Workflow Automation
Overview
Syntax
Examples
Providers
Overview
Adding a New Provider
Supported Providers
Deployment
Configuration
Monitoring
Authentication
Provision
Secret Store
Deploy On
Specifications
Development
Getting started
Keep with an external URL
Keep API
providers
actions
healthcheck
topology
alerts
deduplications
maintenance
incidents
POST
Change Incident Status
POST
Create Incident
GET
Get All Incidents
GET
Get Incident
PUT
Update Incident
DEL
Delete Incident
POST
Confirm Incident
GET
Get Incident Alerts
POST
Add Alerts To Incident
DEL
Delete Alerts From Incident
POST
Confirm Incident
POST
Add Comment
GET
Get Future Incidents For An Incident
GET
Get Incident Workflows
GET
Get Incidents Meta
POST
Merge Incidents
POST
Commit With Ai
POST
Create Incident
POST
Create With Ai
POST
Receive Event
settings
workflows
whoami
pusher
status
rules
preset
enrichment
auth
metrics
users
groups
mappings
dashboard
tags
Keep CLI
Overview
Installation
Sync Keep Workflows With Github Action
Commands
incidents
Get Incident Workflows
Get incident workflows by incident id
GET
/
incidents
/
{incident_id}
/
workflows
Send
Authorization
X-API-KEY
string
*
X-API-KEY
Required
string
Path
incident_id
string
*
incident_id
Required
string
Query
limit
integer
limit
integer
offset
integer
offset
integer
Authorizations
API Key
HTTPBasic
OAuth2PasswordBearer
​
X-API-KEY
string
header
required
Path Parameters
​
incident_id
string
required
Query Parameters
​
limit
integer
default: 25
​
offset
integer
default: 0
Response
200 - application/json
​
count
integer
required
​
items
object[]
required
Show child attributes
​
items.
id
string
required
​
items.
workflow_id
string
required
​
items.
started
string
required
​
items.
triggered_by
string
required
​
items.
status
string
required
​
items.
workflow_name
string
​
items.
logs
object[]
Show child attributes
​
items.logs.
id
integer
required
​
items.logs.
timestamp
string
required
​
items.logs.
message
string
required
​
items.logs.
context
object
​
items.
error
string
​
items.
execution_time
number
​
items.
results
object
​
limit
integer
default: 25
​
offset
integer
default: 0
​
passCount
integer
default: 0
​
avgDuration
number
default: 0
​
workflow
object
Show child attributes
​
workflow.
id
string
required
​
workflow.
created_by
string
required
​
workflow.
creation_time
string
required
​
workflow.
providers
object[]
required
Show child attributes
​
workflow.providers.
type
string
required
​
workflow.providers.
id
string
​
workflow.providers.
name
string
required
​
workflow.providers.
installed
boolean
required
​
workflow.
workflow_raw
string
required
​
workflow.
name
string
default: Workflow file doesn't contain name
​
workflow.
description
string
default: Workflow file doesn't contain description
​
workflow.
triggers
object[]
​
workflow.
interval
integer
​
workflow.
disabled
boolean
default: false
​
workflow.
last_execution_time
string
​
workflow.
last_execution_status
string
​
workflow.
revision
integer
default: 1
​
workflow.
last_updated
string
​
workflow.
invalid
boolean
default: false
​
workflow.
last_executions
object[]
​
workflow.
last_execution_started
string
​
workflow.
provisioned
boolean
default: false
​
workflow.
provisioned_file
string
​
failCount
integer
default: 0
Get Future Incidents For An Incident
Get Incidents Meta