---
title: "List Connectors Endpoint"
method: GET
path: "/v1/connectors"
tags: ["v1-connectors"]
---

# List Connectors Endpoint

`GET /v1/connectors`

List all connectors for an org with optional filters.

RLS automatically filters to connectors user can access.

## Query parameters

- `org_id` string, required
- `connector_category` string, nullable
- `service_name` string, nullable

## Response `200`

Successful Response

- ConnectorListResponse — Spec-only wrapper for GET /v1/connectors.
  - `connectors` ConnectorRow[], required — Connectors in the organization, visible to the caller.
    - `id` string, required — Connector ID.
    - `org_id` string, required — Organization the connector belongs to.
    - `project_id` string, nullable — Project the connector belongs to.
    - `name` string, required — Connector name.
    - `service_name` string, required — Service type. `postgresql` today.
    - `status` string, nullable — Current connector status.
    - `created_at` string, nullable — When the connector was created.
    - `can_update` boolean, nullable — Whether the caller may update this connector.
    - `can_delete` boolean, nullable — Whether the caller may delete this connector.

## Other responses

- `422` — Validation Error

---

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