Get Webhook Logs
neuron_get_webhook_logsRetrieve execution logs for a webhook to monitor activity and debug issues. Supports pagination to browse through log entries.
Instructions
Retrieve execution logs for a webhook to monitor activity and debug issues
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the webhook to get logs for | |
| page | No | Page number for pagination (default: 1) | |
| limit | No | Number of logs per page (default: 20) |