Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
Outgoing webhooks (actions)
Used in escalation policies with type trigger_action
.
List actions
curl "{{API_URL}}/api/v1/actions/" \
--request GET \
--header "Authorization: meowmeowmeow" \
--header "Content-Type: application/json"
The above command returns JSON structured in the following way:
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": "KGEFG74LU1D8L",
"name": "Publish alert group notification to JIRA"
}
]
}
HTTP request
GET {{API_URL}}/api/v1/actions/