---
title: "Retrieve the system connection metadata of the Pack."
method: GET
path: "/packs/{packId}/systemConnection"
tags: ["Packs"]
---

# Retrieve the system connection metadata of the Pack.

`GET /packs/{packId}/systemConnection`

Retrieve the system connection metadata of the Pack.

## Path parameters

- `packId` integer, required

## Response `200`

The system connection metadata.

- union — Metadata of a Pack system connection.
  - object
    - `type` 'header', required
    - `maskedToken` string
    - `headerName` string, required
    - `tokenPrefix` string, required
  - object
    - `type` 'multiHeader', required
    - `headers` object[], required
      - `headerName` string, required
      - `maskedToken` string, required
      - `tokenPrefix` string
    - `presets` object[], required
      - `headerName` string, required
      - `tokenPrefix` string
  - object
    - `type` 'urlParam', required
    - `params` object[], required
      - `key` string, required
      - `maskedValue` string, required
    - `domain` string, required
    - `presetKeys` string[], required
  - object
    - `type` 'httpBasic', required
    - `maskedUsername` string
    - `maskedPassword` string
  - object
    - `type` 'custom', required
    - `params` object[], required — An array of objects containing the parameter key and masked value.
      - `key` string, required
      - `maskedValue` string, required
    - `domain` string, required — The domain corresponding to the pre-authorized network domain in the Pack.
    - `presetKeys` string[], required — An array containing the keys of parameters specified by the authentication config.
  - object
    - `type` 'oauth2ClientCredentials', required
    - `location` 'automatic' | 'body' | 'header', required — Location of including OAuth2 client credentials in a request.
    - `maskedClientId` string, required
    - `maskedClientSecret` string, required
  - object
    - `type` 'googleServiceAccount', required
    - `maskedServiceAccountKey` string, required
  - object
    - `type` 'awsAssumeRole', required
    - `service` string, required
    - `roleArn` string, required
    - `externalId` string, required
  - object
    - `type` 'awsAccessKey', required
    - `service` string, required
    - `maskedAccessKeyId` string, required
    - `maskedSecretAccessKey` string, required

## Other responses

- `400` — The request parameters did not conform to expectations.
- `401` — The API token is invalid or has expired.
- `403` — The API token does not grant access to this resource.
- `404` — The resource could not be located with the current API token.
- `429` — The client has sent too many requests.

---

[API](https://skmtc.net/coda/apis/superhuman-docs-api.md) · [All operations](https://skmtc.net/coda/apis/superhuman-docs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coda/superhuman-docs-api/versions/c65a8418f3c8/schema)
