# Tracking Use tracking when debugging and auditing issues. Tracking is a layer for accessing all activity such as: API requests, subscriptions, webhooks, events, and more. ## Retrieve API tracking logs - [GET /tracking/api](https://www.rebilly.com/static/_spec/catalog/all-3.0/tracking/gettrackingapicollection.md): Retrieves API tracking log records. ## Retrieve an API tracking log - [GET /tracking/api/{id}](https://www.rebilly.com/static/_spec/catalog/all-3.0/tracking/gettrackingapi.md): Retrieves an API tracking log record with a specified ID. ## Retrieve tax service tracking logs - [GET /tracking/taxes](https://www.rebilly.com/static/_spec/catalog/all-3.0/tracking/gettrackingtaxcollection.md): Retrieves a collection of tax service tracking logs. ## Retrieve a tax service tracking log - [GET /tracking/taxes/{id}](https://www.rebilly.com/static/_spec/catalog/all-3.0/tracking/gettrackingtax.md): Retrieves a tax service tracking log with a specified ID. ## Retrieve value list changes - [GET /tracking/lists](https://www.rebilly.com/static/_spec/catalog/all-3.0/tracking/gettrackinglistcollection.md): Retrieves the change history of value lists. ## Retrieve webhook tracking logs - [GET /tracking/webhooks](https://www.rebilly.com/static/_spec/catalog/all-3.0/tracking/gettrackingwebhookcollection.md): Retrieves webhook tracking logs. ## Retrieve a webhook tracking log - [GET /tracking/webhooks/{id}](https://www.rebilly.com/static/_spec/catalog/all-3.0/tracking/gettrackingwebhook.md): Retrieves a webhook tracking log record with a specified ID. ## Schedule a resend webhook attempt - [POST /tracking/webhooks/{id}/resend](https://www.rebilly.com/static/_spec/catalog/all-3.0/tracking/posttrackingwebhookresendrequest.md): Schedules a resend attempt for a specified webhook tracking ID. Webhooks are processed asynchronously.