# Celonis Audit Log API

This is the documentation for the Celonis Audit Log API that allows querying on audit logs in a Celonis Platform team. This API supports multiple methods of authentication:<br/> <br/> - (preferred method) Via OAuth 2.0 token with scope <tt>audit.log:read</tt>, passed in an HTTP header like this: <tt>Authorization: Bearer TOKEN</tt><br/> - Via Application keys, passed in an HTTP header like this: <tt>Authorization: AppKey APPLICATION_KEY</tt><br/> - Via API keys, passed in an HTTP header like this: <tt>Authorization: Bearer API_KEY</tt><br/><br/>Please see [this help page](https://docs.celonis.com/en/using-oauth-2-0.html) for more information about OAuth 2.0.<br/><br/>**NOTE: ALL AUDIT LOG OPERATIONS ARE SCOPED TO A TEAM.**

Version: v2.0

## Servers

Generated server url
```
https://dev.eu-1.celonis.cloud/log
```

## Security

### Authorization

Please, prefix the Token with "AppKey " or "Bearer " (word and space) to indicate the Authorization type

Type: apiKey
In: header
Name: Authorization

## Download OpenAPI description

 - [Celonis Audit Log API](https://developer.celonis.com/_bundle/celonis-apis/audit-log-api/openapi/openapi-external-v2.yaml)

## Audit Log API

 - [GET /api/external/v2/audit](https://developer.celonis.com/celonis-apis/audit-log-api/openapi/openapi-external-v2/audit-log-api/getauditlogs.md): Audit Logs can be filtered by specifying a date interval.<br> Retrieves a list of Audit Logs using a token-based pagination for high-performance scrolling. Use the *nextPageToken* from the response to
