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

# List integrations

`GET /v1/fleet/integrations`

Returns integrations available to the workspace.

## Query parameters

- `source` string
- `page_size` integer
- `cursor` string

## Response `200`

OK

- IntegrationsListResponse
  - `items` IntegrationsIntegration[]
    - `auth_methods` IntegrationsAuthMethod[]
      - `provider_match` IntegrationsProviderMatch
        - `by` 'kind' | 'id'
        - `value` string
      - `type` 'oauth2' | 'headers' | 'api_key' | 'none'
    - `category` string
    - `created_at` string
    - `description` string
    - `enabled` boolean
    - `icon_url` string
    - `id` string
    - `name` string
    - `source` string
    - `transport` 'mcp_http'
    - `updated_at` string
    - `url` string
  - `next_cursor` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2026-05-01** `0480571f80d7` — 1 warning
  - removed the optional property `has_more` from the response with the `200` status
- **2026-04-30** `99490d1e837e` — 4 warning, 4 info
  - deleted the `query` request parameter `type`
  - removed the optional property `items/items/auth` from the response with the `200` status
  - removed the optional property `items/items/required_scopes` from the response with the `200` status
  - removed the optional property `items/items/type` from the response with the `200` status
  - …4 more
- **2026-04-13** `e86be67718ee` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/langchain-ai/apis/langsmith/changes/v1/fleet/integrations/get.md)

---

[API](https://skmtc.dev/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.dev/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
