Activity log
View the webhook activity log within the web app
Click the View details link of any webhook events in the overview screen to get a detailed activity log, including the JSON and remote server response.
Note: A maximum of 500 log entries are stored for each webhook. When this number is reached, the oldest entry is automatically deleted.
Get the status of recent webhooks via API
The following endpoint will return the status of recent calls made by a webhook and any errors.
curl -X GET "https://api.contentful.com/spaces/<SPACE_ID>/webhooks/<WEBHOOK_ID>/calls"
-H "Authorization: Bearer <API_KEY>"
-H "Content-Type: application/vnd.contentful.management.v1+json"
Find more details on getting the activity log of a webhook with the API in our reference docs.