Actions
API endpoints for actions
Manage incident actions. Incident actions are used during an incident, to track work such as ‘restart the database’ or ‘contact the customer’. You can manage actions in the incident Slack channel withDocumentation Index
Fetch the complete documentation index at: https://docs.incident.io/llms.txt
Use this file to discover all available pages before exploring further.
/incident actions, or on
the incident homepage.
The action object
When the action was created
Example:
"2021-08-17T13:28:57.801578Z"
Example:
{
"alert": {
"id": "01GW2G3V0S59R238FAHPDS1R66",
"title": "*errors.withMessage: PG::Error failed to connect"
},
"api_key": {
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "My test API key"
},
"user": {
"email": "lisa@incident.io",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Lisa Karlin Curtis",
"role": "owner",
"slack_user_id": "U02AYNF2XJM"
},
"workflow": {
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "My little workflow"
}
}Description of the action
Example:
"Call the fire brigade"
Unique identifier for the action
Example:
"01FCNDV6P870EA6S7TK1DSYDG0"
Unique identifier of the incident the action belongs to
Example:
"01FCNDV6P870EA6S7TK1DSYDG0"
Status of the action
Available options:
outstanding, completed, deleted, not_doing Example:
"outstanding"
When the action was last updated
Example:
"2021-08-17T13:28:57.801578Z"
Example:
{
"email": "lisa@incident.io",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Lisa Karlin Curtis",
"role": "owner",
"slack_user_id": "U02AYNF2XJM"
}When the action was completed
Example:
"2021-08-17T13:28:57.801578Z"