List webhooks
list_webhooksList webhooks for a Figma team, project, file, or plan, with automatic pagination. Use to retrieve webhook subscriptions and verify access via webhooks:read scope.
Instructions
GET /v2/webhooks — list Webhooks v2 for a context (team/project/file) or plan_api_id. Auto-paginates next_page. Scope: webhooks:read. 403 usually means missing scope or plan without webhooks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| context_id | No | Context id. Team/project/file URL or id is accepted when context is set. | |
| plan_api_id | No | Plan id to list all accessible webhooks (paginated). | |
| auto_paginate | No | Follow pagination automatically (default true). |