list_webhooks_deliveries
Retrieve delivery history for Procore webhooks to monitor status and troubleshoot integration issues by filtering results and managing pagination.
Instructions
List Webhooks Deliveries. [Platform - Developer Tools/Webhooks] GET /rest/v1.0/webhooks/hooks/{hook_id}/deliveries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hook_id | Yes | Webhooks Hook ID | |
| company_id | Yes | Unique identifier for the company. You must supply either a company_id or project_id. | |
| project_id | Yes | Unique identifier for the project. You must supply either a company_id or project_id. | |
| page_size | No | Number of items to return for a page (default: 100) | |
| page_start | No | The last id of the previous page. | |
| filters__status | No | Filter on status for "any", "successful", "failing" or "discarded" | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |