GET
/
v0
/
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>"
          ]
        }
      ]
    }
  ]
}

Response

200
application/json

Successful operation

The response is of type object.