A
ListWebhooksForBase
AirtableApi.ListWebhooksForBase
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"
]
}