# Operational

Query and scroll through raw operational audit log entries for internal system operations.

## Query raw operational audit log entries

 - [GET /api/audit/raw/operational/query/{entityId}](https://api-docs.sitecore.com/ch/audit-api/operational/auditrawoperationalquery.md): Queries the raw operational audit log for entries that match the specified filter and paging parameters. The maximum allowed value for the take parameter is 100.{% admonition type="info" name="Note" %}This endpoint is used exclusively for operational events, encompassing entity updates for M.Job, M.Target, M.JobDescription, M.Agent, and M.AgentActivity entities.{% /admonition %}"

## Scroll through raw operational audit log entries

 - [GET /api/audit/raw/operational/scroll/{entityId}](https://api-docs.sitecore.com/ch/audit-api/operational/auditrawoperationalscroll.md): Allows you to scroll through the raw operational 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 raw operational audit log entries

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

