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 with /incident actions
, or on
the incident homepage.
List all actions for an organisation.
OK response.
{- "actions": [
- {
- "assignee": {
- "email": "lisa@incident.io",
- "id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "name": "Lisa Karlin Curtis",
- "role": "viewer",
- "slack_user_id": "U02AYNF2XJM"
}, - "completed_at": "2021-08-17T13:28:57.801578Z",
- "created_at": "2021-08-17T13:28:57.801578Z",
- "description": "Call the fire brigade",
- "id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "incident_id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "status": "outstanding",
- "updated_at": "2021-08-17T13:28:57.801578Z"
}
]
}
{- "action": {
- "assignee": {
- "email": "lisa@incident.io",
- "id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "name": "Lisa Karlin Curtis",
- "role": "viewer",
- "slack_user_id": "U02AYNF2XJM"
}, - "completed_at": "2021-08-17T13:28:57.801578Z",
- "created_at": "2021-08-17T13:28:57.801578Z",
- "description": "Call the fire brigade",
- "id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "incident_id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "status": "outstanding",
- "updated_at": "2021-08-17T13:28:57.801578Z"
}
}