---
title: "Get Access Audits"
method: GET
path: "/data-service/api/shield_audits/search"
tags: ["Data Service"]
---

# Get Access Audits

`GET /data-service/api/shield_audits/search`

## Query parameters

- `page` integer — The page number to retrieve
- `size` integer — The number of items per page
- `sort` string[] — The sort options
- `fromTime` integer, nullable — The from time
- `toTime` integer, nullable — The to time
- `includeQuery.userId` string, nullable
- `includeQuery.applicationName` string, nullable
- `includeQuery.requestType` string, nullable
- `includeQuery.trait` string, nullable
- `includeQuery.result` string, nullable
- `includeQuery.threadId` string, nullable
- `includeQuery.transactionSequenceNumber` string, nullable
- `includeQuery.transactionId` string, nullable
- `includeQuery.objectType` string, nullable
- `includeQuery.action` string, nullable
- `excludeQuery.userId` string, nullable
- `excludeQuery.applicationName` string, nullable
- `excludeQuery.requestType` string, nullable
- `excludeQuery.trait` string, nullable
- `excludeQuery.result` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/privacera/apis/paig-server.md) · [All operations](https://skmtc.net/privacera/apis/paig-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/privacera/paig-server/versions/e3d2c30ceace/schema)
