| Field | Value |
|---|---|
| Method | GET |
| Endpoint | https://{{host}}/api/public/auditlogs?size=50&offset=0&fromDate={{timestamp}}&toDate={{timestamp}}&fetchAfter={{AuditLogId}} |
| Content Type | application/json |
| Authorization | auth: {{JWT}} See How to generate the JWT Token. |
| API Scope | App Builder: Not Applicable; Admin Console: Logs > Admin Console Audit Logs |
Path Parameters
| Parameter | Description |
|---|---|
host | Environment URL, for example, https://platform.kore.ai. |
size | Number of records to fetch (maximum 100). |
offset | Page number to start fetching from. Default is 0. |
fromDate | Start date in yyyy-mm-dd or yyyy-mm-ddThh:mm:ss.msZ format. |
toDate | End date in yyyy-mm-dd or yyyy-mm-ddThh:mm:ss.msZ format. |
fetchAfter (optional) | Audit Log ID from which to fetch the logs. Obtained from a previous audit log response. |