---
title: "Retrieves usage and access logs for the search criteria provided."
method: GET
path: "/auditlogs/usage"
tags: ["usagelogs"]
---

# Retrieves usage and access logs for the search criteria provided.

`GET /auditlogs/usage`

This API returns the usage and access logs for a given date range within a 3 month period. This API authenticates with an IMS user token.

## Query parameters

- `startDate` string, required
- `endDate` string, required
- `login` string
- `ip` string
- `rsid` string
- `eventType` string
- `event` string
- `limit` integer
- `page` integer

## Response `200`

Successful

## Other responses

- `400` — Invalid Request. Please check parameters.
- `403` — User does not have permission to view this data.
- `500` — External API Error; Data could not be retrieved.

## Changes

- **2022-05-10** `dcd4514630c4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/adobe/apis/adobe-analytics-apis/changes/auditlogs/usage/get.md)

---

[API](https://skmtc.dev/adobe/apis/adobe-analytics-apis.md) · [All operations](https://skmtc.dev/adobe/apis/adobe-analytics-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adobe/adobe-analytics-apis/revisions/dcd4514630c4/schema)
