---
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

---

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