# Actions

Query and scroll through action audit log entries for system actions, executions, and operations.

## Query action audit log entries

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

## Scroll through action audit log entries

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

## Request a download order for action audit log entries

 - [POST /api/audit/action/generate](https://api-docs.sitecore.com/ch/audit-api/actions/auditactiongenerate.md): Creates a download order for action audit log entries.

