---
title: "Get Audit Logs"
method: GET
path: "/logs/audit-logs"
tags: ["Logs"]
---

# Get Audit Logs

`GET /logs/audit-logs`

Retrieve audit logs for a given time period. The time interval between startDatetime and endDatetime must be 1 hour or less.
### Authorization Required:
  - Designer Administrator

## Query parameters

- `startDatetime` string, required
- `endDatetime` string, required

## Response `200`

JSON array containing links to log files

- ListAuditLogsResponse
  - `logLocations` string[] — Array of links to audit log files.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/unqork/apis/unqork-customer-api.md) · [All operations](https://skmtc.net/unqork/apis/unqork-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unqork/unqork-customer-api/revisions/112399a67ebb/schema)
