---
title: "List Connectors"
method: GET
path: "/api/v1/connector"
tags: ["Connector"]
---

# List Connectors

`GET /api/v1/connector`

List all connectors for an application.

## Query parameters

- `limit` integer — Limit the number of returned items
- `iterator` string, nullable — The iterator returned from a prior invocation
- `order` 'ascending' | 'descending' — Defines the ordering in a listing of results.
- `product_type` 'Dispatch' | 'Stream'

## Response `200`

- ListResponseConnectorOut
  - `data` ConnectorOut[], required
    - `allowedEventTypes` string[], nullable
    - `createdAt` string, date-time, required
    - `description` string, required
    - `featureFlags` string[], nullable
    - `id` string, required — The Connector's ID.
    - `instructions` string, required
    - `kind` 'Custom' | 'AgenticCommerceProtocol' | 'CloseCRM' | 'CustomerIO' | 'Discord' | 'Hubspot' | 'Inngest' | 'Loops' | 'Otel' | 'Resend' | 'Salesforce' | 'Segment' | 'Sendgrid' | 'Slack' | 'Teams' | 'TriggerDev' | 'Windmill' | 'Zapier', required
    - `logo` string, uri, nullable
    - `name` string, required
    - `orgId` string, required — The Environment's ID.
    - `productType` 'Dispatch' | 'Stream', required
    - `transformation` string, required
    - `transformationUpdatedAt` string, date-time, required
    - `uid` string, nullable — The Connector's UID.
    - `updatedAt` string, date-time, required
  - `done` boolean, required
  - `iterator` string, nullable, required
  - `prevIterator` string, nullable

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error
- `429` — Too Many Requests

---

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