List Webhooks Resources
list_webhooks_resourcesRetrieve a paginated list of webhook resources for a project. Use to enumerate webhooks, find IDs, or filter by query parameters.
Instructions
Returns the list of Webhook Resources for the given scope. Use this to enumerate Webhooks when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Webhooks. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Platform - Developer Tools > Webhooks. Endpoint: GET /rest/v1.0/webhooks/resources
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. You must supply either a company_id or project_id. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |