Set up an audit log replay job
You can use the Audit Logs API to configure replay jobs for audit logging.
Replay jobs are useful when you have missed audit log entries due to an error or a misconfigured audit log webhook. You may have one replay job at a time per region, and request data from up to one week ago. A replay job in a region will resend data for the requested timeframe to the webhook configured for that region.
Prerequisites
- Org Admin permissions
- Your audit log webhook must be enabled and ready to receive data.
Configure a replay job
View replay job
Replay job status
A replay job can be in one of the following statuses:
Status | Description |
---|---|
unconfigured |
Initial state. The job has not been set up. |
accepted |
The job has been accepted for scheduling. |
pending |
The job has been scheduled. |
running |
The job is in progress. When a replay job is running , a request to update the job will return a 409 response code until it has completed or failed. |
completed |
The job has finished with no errors. |
failed |
The job has failed. |