The Audit log gives you a full history of activity in your Voucherify project. You can use them to track API requests, user actions, and system processes. The Audit log consists of:Documentation Index
Fetch the complete documentation index at: https://docs.voucherify.io/llms.txt
Use this file to discover all available pages before exploring further.
- Logs: Lists API requests and responses. Use logs for troubleshooting and debugging.
- Background tasks: Lists asynchronous operations. Use this tab to monitor imports and system jobs like campaign or voucher updates.
- Exports: Lists exported data files. Use this to download and review data.
- Webhook sendouts: Lists webhook deliveries. Use this to track and retry webhook sendouts.
Logs
Data retentionLogs are stored for a limited time:
- Shared clusters: 6 months
- Dedicated clusters: 12 months
Background tasks
Use Background tasks to monitor long-running operations such as imports, exports, or campaign updates. Asynchronous actions triggered through the API also appear here. You can see if the task is enqueued, in progress, done, or failed. Background tasks are stored indefinitely. Click a task ID to view detailed information about the operation. Use filters to narrow down results.Exports
Use Exports to list, manage, and download exported data files. It shows the history of generated export files. Click an export ID to view details such as applied filters and parameters. Use filters to narrow down results.Webhook sendouts
Use Webhook sendouts to track webhook delivery. You can check if the webhook has been sent successfully, is being retried, or has failed. Click the three-dot ⋮ menu to:- See the sent data in the JSON format.
- See error (if any).
- Retry the sendout.
Related features
Explore other features that complement audit logs when monitoring, debugging, and exporting project activity.Webhooks
Webhooks
Use webhooks to receive event notifications in your application instead of searching the audit logs. The Webhook sendouts tab shows the delivery history of these webhooks.Learn more about webhooks:
- Introduction to Voucherify webhooks: Overview of project- and distribution-level webhooks.
- Project settings webhooks: Configure webhooks for project events such as redemptions, customer changes, or order updates.
- Distribution webhooks: Configure webhooks for distribution events such as voucher publication and message delivery.
Exports: API
Exports: API
The Exports tab lists files generated from the dashboard or through the API. Use the export API to trigger and download exports programmatically.Learn more about the export API:
- Export object: Structure of the export resource.
- Create export: Start a new export job.
- List exports: Retrieve all exports in your project.
- Get export: Check the status and result of an export.
- Download export: Download the generated file.
- CSV export with API: Guide to exporting vouchers, redemptions, publications, and customers through the API.
Imports and background tasks
Imports and background tasks
The Background tasks tab tracks the progress of long-running jobs such as imports and bulk updates.Learn more about imports:
API and developer tools
API and developer tools
Use these resources to correlate audit log entries with your integration code:
- API overview: Authentication, rate limits, and request structure.
- Management API: Manage projects, users, and resources programmatically.
- Limits: API rate limits and quotas that may surface as failed requests in the logs.
Developer setup: Background tasks and async actions API
Developer setup: Background tasks and async actions API
You can use Background tasks in combination with the following async actions endpoints:Use these endpoints to track the progress and status of all async actions or get details about the result of a specific async action, for example for debugging.

