List Webhooks Triggers
list_webhooks_triggersList paginated webhook triggers for a specific hook within a company or project. Use to find trigger IDs or filter by query parameters.
Instructions
Triggers must be listed within a company and/or project 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: hook_id, company_id, project_id. Procore API: Platform - Developer Tools > Webhooks. Endpoint: GET /rest/v1.0/webhooks/hooks/{hook_id}/triggers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hook_id | Yes | URL path parameter — unique identifier of the hook | |
| company_id | Yes | Query string parameter — unique identifier for the company. You must supply either a company_id or project_id. | |
| 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) |