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

# POST /ListSecurityRequirements

`POST /ListSecurityRequirements`

Lists security requirements within a pack.

## Request body

- object
  - `packId` string, required — The unique identifier of the security requirement pack to list requirements for.
  - `nextToken` string — Pagination token.
  - `maxResults` integer — Maximum results for pagination.

## Response `200`

Success

- ListSecurityRequirementsOutput
  - `securityRequirementSummaries` SecurityRequirementSummary[], required — The list of security requirement summaries.
    - `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.
    - `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.
  - `nextToken` string — The pagination token to use in a subsequent request to retrieve the next page of results.

## 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/versions/cad56717d636/schema)
