---
title: "POST /codesecurity/integration/list"
method: POST
path: "/codesecurity/integration/list"
---

# POST /codesecurity/integration/list

`POST /codesecurity/integration/list`

Lists all code security integrations in your account.

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListCodeSecurityIntegrationsResponse
  - `integrations` CodeSecurityIntegrationSummary[] — A list of code security integration summaries.
    - `integrationArn` string, required — The Amazon Resource Name (ARN) of the code security integration.
    - `name` string, required — The name of the code security integration.
    - `type` 'GITLAB_SELF_MANAGED' | 'GITHUB', required — The type of repository provider for the integration.
    - `status` 'PENDING' | 'IN_PROGRESS' | 'ACTIVE' | 'INACTIVE' | 'DISABLING', required — The current status of the code security integration.
    - `statusReason` string, required — The reason for the current status of the code security integration.
    - `createdOn` string, date-time, required — The timestamp when the code security integration was created.
    - `lastUpdateOn` string, date-time, required — The timestamp when the code security integration was last updated.
    - `tags` object — The tags associated with the code security integration.
  - `nextToken` string — A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request. For subsequent calls, use the NextToken value returned from the previous request to continue listing results after the first page.

## Other responses

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

---

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