---
title: "Get Organization Integrations Endpoint"
method: GET
path: "/v1/organizations/{org_id}/integrations"
tags: ["integrations", "integrations", "integrations"]
---

# Get Organization Integrations Endpoint

`GET /v1/organizations/{org_id}/integrations`

Get all integration statuses for the given organization.

Returns a comprehensive overview of all integrations configured for the organization,
including:
- OAuth-based integrations (Slack, Linear, Notion, Figma, ClickUp, Jira, Sentry, Monday.com)
- GitHub app installations
- API key-based integrations (CircleCI)
- Database connections (PostgreSQL)

Each integration includes its current status (active/inactive), associated token/installation IDs,
and relevant metadata such as app names, organization names, etc.

Rate limit: 60 requests per 30 seconds.

## Path parameters

- `org_id` integer, required

## Headers

- `authorization` unknown

## Response `200`

Successful Response

- OrganizationIntegrationsResponse — Response schema for organization integrations.
  - `organization_id` integer, required — ID of the organization
  - `organization_name` string, required — Name of the organization
  - `integrations` IntegrationStatus[], required — List of integration statuses
    - `integration_type` string, required — Type of integration (e.g., 'github', 'slack', 'linear', etc.)
    - `active` boolean, required — Whether the integration is currently active
    - `token_id` integer, nullable — ID of the associated token, if any
    - `installation_id` integer, nullable — ID of the app installation, if applicable
    - `metadata` object, nullable — Additional metadata about the integration
  - `total_active_integrations` integer, required — Total number of active integrations

## Other responses

- `403` — Forbidden
- `422` — Validation Error
- `429` — Too Many Requests

## Changes

- **2025-08-15** `69bfde65bf75` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/codegen-sh/apis/developer-api/changes/v1/organizations/:org_id/integrations/get.md)

---

[API](https://skmtc.dev/codegen-sh/apis/developer-api.md) · [All operations](https://skmtc.dev/codegen-sh/apis/developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/codegen-sh/developer-api/revisions/e68a3133f727/schema)
