A
AirtableApi
Arcade Native

ListWebhooksForBase

AirtableApi.ListWebhooksForBase

Arcade Native Built and maintained by Arcade with full support
Supported by Arcade

Description

Retrieve registered webhooks and their statuses for a base.

Use this tool to list all webhooks registered for a specific base, including their statuses. Requires read-level permissions.

Input Parameters

{
  "parameters": [
    {
      "name": "base_identifier",
      "required": true,
      "inferrable": true,
      "description": "The unique identifier for the base whose webhooks you want to list.",
      "value_schema": {
        "val_type": "string"
      }
    }
  ]
}

Output

{
  "description": "Response from the API endpoint 'list-webhooks'.",
  "value_schema": {
    "val_type": "json"
  },
  "available_modes": [
    "value",
    "error"
  ]
}