Get all actions
cURL
curl --request GET \ --url 'https://api-(organization).gable.ai/v0/actions'
{ "actions": [ { "actionId": "<string>", "name": "email on pricing asset change", "isActive": true, "ownerName": "<string>", "triggers": [ { "triggerType": "source", "triggerValues": [ "<string>" ] } ], "destinations": [ { "destinationType": "slack", "slackChannelIds": [ "<string>" ] } ] } ] }
Successful operation
The response is of type object.
object