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

# POST /codesecurity/integration/get

`POST /codesecurity/integration/get`

Retrieves information about a code security integration.

## Request body

- object
  - `integrationArn` string, required — arn:aws:inspector2:<region>:<account-id>:codesecurity-integration/<uuid>
  - `tags` object — The tags associated with the code security integration.

## Response `200`

Success

- GetCodeSecurityIntegrationResponse
  - `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.
  - `authorizationUrl` string, password — The URL used to authorize the integration with the repository provider. This is only returned if reauthorization is required to fix a connection issue. Otherwise, it is null.

## Other responses

- `480` — AccessDeniedException
- `481` — ValidationException
- `482` — ThrottlingException
- `483` — ResourceNotFoundException
- `484` — 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)
