---
title: "List Integrations"
method: GET
path: "/integrations"
tags: ["integrations"]
---

# List Integrations

`GET /integrations`

## Query parameters

- `integration_type` 'github' | 'slack' — Type of OAuth integration that produces a third-party install.

## Response `200`

Successful Response

- ListIntegrationsResponse
  - `items` union[], required
    - union
      - GitHubInstall
        - `integration_type` 'github'
        - `installation_id` integer, required
        - `account_login` string, nullable
        - `status` string, required
      - SlackInstall
        - `integration_type` 'slack'
        - `slack_team_id` string, required
        - `team_name` string, nullable
        - `status` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tryscott/apis/one-shot-api.md) · [All operations](https://skmtc.dev/tryscott/apis/one-shot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tryscott/one-shot-api/revisions/28bdface01df/schema)
