Skip to main content
GET
/
v0
/
actions
Get all actions
curl --request GET \
  --url https://{hostname}.gable.ai/v0/actions \
  --header 'X-API-KEY: <api-key>'
{
  "actions": [
    {
      "actionId": "<string>",
      "name": "email on pricing asset change",
      "isActive": true,
      "ownerName": "<string>",
      "triggers": [
        {
          "triggerType": "source",
          "triggerValues": [
            "<string>"
          ]
        }
      ],
      "destinations": [
        {
          "destinationType": "slack",
          "slackChannelIds": [
            "<string>"
          ]
        }
      ]
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Response

actions
object[]
required