---
title: "Returns a batch of RequestAuditEntries"
method: POST
path: "/v1/admin/request_audit/batch"
tags: ["Request Audit"]
---

# Returns a batch of RequestAuditEntries

`POST /v1/admin/request_audit/batch`

Get details for the request audit ids passed in the request

## Request body

- RequestAuditBatchRequest
  - `ids` string[]
  - `include_profile` boolean — Include payload details if true

## Response `200`

Fetched

- RequestAuditBatchResponse
  - `results` object — Map from identifier to response model

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/corestack/apis/corestack-external-api.md) · [All operations](https://skmtc.dev/corestack/apis/corestack-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corestack/corestack-external-api/revisions/bf2cdf20826d/schema)
