---
title: "List connector status"
method: GET
path: "/auth/connectors/status"
tags: ["AuthConnector"]
---

# List connector status

`GET /auth/connectors/status`

List connectors available to the user's tenant with their per-user consent status.

## Query parameters

- `cookie_name` string, nullable

## Response `200`

Successful Response

- ConnectorStatusOut[]
  - `connector_id` integer, required — Unique identifier of the connector.
  - `name` string, required — Human-readable connector name.
  - `connected` boolean, required — Whether the current user has a valid consent for this connector.
  - `needs_consent` boolean, required — Whether the user must (re)grant consent to use this connector.
  - `missing_caps` string[], required — Capabilities not yet covered by the user's consent.

## Other responses

- `401` — Missing or invalid authentication.
- `404` — The current user no longer exists.
- `422` — Validation Error

---

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