---
title: "List connections"
method: GET
path: "/admin/connections"
tags: ["admin"]
---

# List connections

`GET /admin/connections`

Returns a paginated list of Connections for the current tenant.

## Response `200`

connectionList is a page of connections.

- ConnectionList
  - `items` Connection[]
    - `auth_method` string
    - `created_at` string, date-time
    - `display_name` string
    - `id` string, uuid
    - `identity` object
    - `metadata` object
    - `provider` ProviderView
      - `display_name` string
      - `id` string
      - `logo_url` string
    - `status` string
    - `tenant_id` string, uuid
    - `updated_at` string, date-time
  - `next_page_token` string
  - `page_size` integer

## Other responses

- `400` — errorGeneric wraps the error model as a response.
- `500` — errorGeneric wraps the error model as a response.

---

[API](https://skmtc.net/hintoric/apis/contains-the-generated-openapi-specification-for-hekate.md) · [All operations](https://skmtc.net/hintoric/apis/contains-the-generated-openapi-specification-for-hekate/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hintoric/contains-the-generated-openapi-specification-for-hekate/revisions/72bd83b55019/schema)
