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

# List integrations

`GET /integrations`

List all integrations that are available in Weld for the current account based on their plan and entitlements.

## Query parameters

- `ability` 'EltSource' | 'ReverseEtlDestination'

## Response `200`

- PagedIntegrationDto
  - `has_more` boolean, required — Indicates whether there are more items to be fetched in the subsequent pages.
  - `next_cursor` string — The cursor to use in pagination. Use this value as `starting_after` to get the next page.
  - `data` IntegrationDto[], required — List of available integrations
    - `id` string, required — The Id of the integration.
    - `name` string, required — The integration name.
    - `min_required_plan` string — The minimum required plan to use this integration.
    - `supports_start_date` boolean, required — Whether the integration supports setting a start date to limit historical syncs.
    - `abilities` OpenApiIntegrationAbility[], required — The abilities that this integration supports.

---

[API](https://skmtc.net/weld/apis/weld-rest-api.md) · [All operations](https://skmtc.net/weld/apis/weld-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/weld/weld-rest-api/revisions/75294f591cc2/schema)
