# Triggers

Query and scroll through trigger audit log entries for automated system triggers and workflows.

## Query trigger audit log entries

 - [GET /api/audit/trigger/query/{entityId}](https://api-docs.sitecore.com/ch/audit-api/triggers/audittriggerquery.md): Queries the trigger audit log for entries that match the specified filter and paging parameters. The maximum allowed value for the take parameter is 100.

## Scroll through trigger audit log entries

 - [GET /api/audit/trigger/scroll/{entityId}](https://api-docs.sitecore.com/ch/audit-api/triggers/audittriggerscroll.md): Allows you to scroll through the trigger audit log in batches using the specified parameters. The maximum allowed value for the take or batchSize parameters is 100.

## Requests a download order for trigger audit log entries

 - [POST /api/audit/trigger/generate](https://api-docs.sitecore.com/ch/audit-api/triggers/audittriggergenerate.md): Creates a download order for trigger audit log entries based on the specified parameters.

