---
title: "Get Available Integrations Route"
method: GET
path: "/api/integrations/available"
tags: ["integration"]
---

# Get Available Integrations Route

`GET /api/integrations/available`

Lists available integrations.

## Response `200`

Successful Response

- IntegrationTypeDef[]
  - `integration_category` 'rbac' | 'oauth', required
  - `integration_type` 's3/v0' | 'gcs/v0' | 'notion/v0' | 'slack/v0', required
  - `name` string, required
  - `description` string, required

## Changes

- **2024-12-03** `c3d745f0888a` — 1 breaking, 3 warning
  - the `integration_category` response property const value `rbac` was removed for the status `200`
  - added the new `notion/v0` enum value to the `items/integration_type` response property for the response status `200`
  - added the new `oauth` enum value to the `items/integration_category` response property for the response status `200`
  - added the new `slack/v0` enum value to the `items/integration_type` response property for the response status `200`
- **2024-11-04** `4abd340ba528` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/cleanlab/apis/agility/changes/api/integrations/available/get.md)

---

[API](https://skmtc.dev/cleanlab/apis/agility.md) · [All operations](https://skmtc.dev/cleanlab/apis/agility/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cleanlab/agility/revisions/9e6009a931b6/schema)
