Get delivery history
Returns a paginated delivery log for a given resource, ordered by timestamp descending.
Each record shows the webhook dispatched, the HTTP status code returned, delivery outcome, and any error or warning messages. Use this to debug failed deliveries or audit dispatch activity.
Documentation Index
Fetch the complete documentation index at: https://newscatcherinc-docs.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication.
Query Parameters
Type of the resource to retrieve delivery history for. Resource types that can be assigned to a webhook.
job, monitor, monitor_group Identifier of the resource to retrieve delivery history for.
Page number to retrieve.
x >= 1Number of records per page.
1 <= x <= 500Response
Webhook delivery history retrieved successfully.
Type of the queried resource.
job, monitor, monitor_group Identifier of the queried resource.
"3fec5b07-8786-46d7-9486-d43ff67eccd4"
Total number of delivery records for this resource.
42
Current page number.
1
Number of records per page.
50
Total number of pages available.
1
Delivery records on this page, ordered by timestamp descending.

