---
title: "POST /BatchGetSecurityRequirements"
method: POST
path: "/BatchGetSecurityRequirements"
---

# POST /BatchGetSecurityRequirements

`POST /BatchGetSecurityRequirements`

Batch retrieves security requirements from a pack.

## Request body

- object
  - `packId` string, required — The unique identifier of the security requirement pack to retrieve requirements from.
  - `securityRequirementNames` SecurityRequirementName[], required — List of security requirement names.

## Response `200`

Success

- BatchGetSecurityRequirementsOutput
  - `securityRequirements` BatchGetSecurityRequirementResult[], required — The list of security requirements that were successfully retrieved.
    - `packId` string, required — The unique identifier of the pack containing the security requirement.
    - `name` string, required — The name of the security requirement.
    - `description` string, required — A description of the security requirement.
    - `domain` string, required — The security domain the requirement belongs to.
    - `evaluation` string, required — The evaluation criteria used to assess compliance with this requirement.
    - `remediation` string — The recommended remediation steps when the requirement is not met.
    - `createdAt` string, date-time, required — The date and time the security requirement was created, in UTC format.
    - `updatedAt` string, date-time, required — The date and time the security requirement was last updated, in UTC format.
  - `errors` BatchSecurityRequirementError[], required — The list of errors for security requirements that failed to be retrieved.
    - `securityRequirementName` string, required — The name of the security requirement that caused the error.
    - `code` string, required — The error code.
    - `message` string, required — The error message.

## Other responses

- `480` — ValidationException
- `481` — InternalServerException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/securityagent.md) · [All operations](https://skmtc.net/aws/apis/securityagent/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/securityagent/revisions/cad56717d636/schema)
