---
title: "List servers"
method: GET
path: "/api/v1/servers"
tags: ["api/v1/servers"]
---

# List servers

`GET /api/v1/servers`

List servers.

Auth: Required (bearer token).
Scope: Organization-scoped in authenticated context.
Side effects: Read-only operation.

## Query parameters

- `page` integer
- `page_size` integer
- `search` string
- `sort_by` string
- `sort_order` 'asc' | 'desc'
- `status` string
- `is_active` boolean

## Headers

- `Accept` string

## Response `200`

OK

- ListServersResponse — ListServersResponse schema
  - `data` object
    - `is_active` boolean, nullable
    - `page` integer
    - `page_size` integer
    - `search` string
    - `servers` object[]
      - `auth_method` string
      - `created_at` string, date-time
      - `deleted_at` string, date-time, nullable
      - `description` string, nullable
      - `fingerprint` string, nullable
      - `host` string, nullable
      - `id` string, uuid
      - `is_active` boolean
      - `key_size` integer, nullable
      - `key_type` string, nullable
      - `last_used_at` string, date-time, nullable
      - `name` string
      - `organization` object, nullable
        - `created_at` string, date-time
        - `id` string, uuid
        - `logo` string, nullable
        - `metadata` string, nullable
        - `name` string
        - `slug` string
      - `organization_id` string, uuid
      - `port` integer, nullable
      - `provision` object, nullable
        - `created_at` string, date-time
        - `domain` string, nullable
        - `error` string, nullable
        - `guest_ip` string, nullable
        - `id` string, uuid
        - `lxd_container_name` string, nullable
        - `organization` object, nullable
          - `created_at` string, date-time
          - `id` string, uuid
          - `logo` string, nullable
          - `metadata` string, nullable
          - `name` string
          - `slug` string
        - `organization_id` string, uuid
        - `server_id` string, uuid
        - `ssh_key` object, nullable
          - `auth_method` string
          - `created_at` string, date-time
          - `deleted_at` string, date-time, nullable
          - `description` string, nullable
          - `fingerprint` string, nullable
          - `host` string, nullable
          - `id` string, uuid
          - `is_active` boolean
          - `key_size` integer, nullable
          - `key_type` string, nullable
          - `last_used_at` string, date-time, nullable
          - `name` string
          - `organization` object, nullable
            - `created_at` string, date-time
            - `id` string, uuid
            - `logo` string, nullable
            - `metadata` string, nullable
            - `name` string
            - `slug` string
          - `organization_id` string, uuid
          - `port` integer, nullable
          - `proxy_host` string, nullable
          - `public_key` string, nullable
          - `updated_at` string, date-time
          - `user` string, nullable
        - `ssh_key_id` string, uuid
        - `step` string, nullable
        - `subdomain` string, nullable
        - `updated_at` string, date-time
        - `user` object, nullable
          - `avatar` string
          - `created_at` string, date-time
          - `email` string
          - `email_verified` boolean
          - `id` string, uuid
          - `image` string, nullable
          - `is_onboarded` boolean
          - `is_verified` boolean
          - `name` string
          - `organization_users` object[], nullable
            - `created_at` string, date-time
            - `id` string, uuid
            - `organization` object, nullable
              - …
            - `organization_id` string, uuid
            - `role` string
            - `user` User, nullable
              - …
            - `user_id` string, uuid
          - `organizations` object[], nullable
            - `created_at` string, date-time
            - `id` string, uuid
            - `logo` string, nullable
            - `metadata` string, nullable
            - `name` string
            - `slug` string
          - `provision_status` string, nullable
          - `updated_at` string, date-time
          - `username` string
        - `user_id` string, uuid
      - `proxy_host` string, nullable
      - `public_key` string, nullable
      - `updated_at` string, date-time
      - `user` string, nullable
    - `sort_by` string
    - `sort_order` 'asc' | 'desc'
    - `status` string
    - `total_count` integer
  - `message` string
  - `status` string

## Other responses

- `400` — Bad Request _(validation or deserialization error)_
- `500` — Internal Server Error _(panics)_
- `default`

## Changes

- **2026-03-09** `344ac18cbced` — 40 warning, 32 info
  - removed the optional property `data/servers/items/provision/user/organization_users/items/deleted_at` from the response with the `200` status (media type: application/json)
  - removed the optional property `data/servers/items/provision/user/organization_users/items/deleted_at` from the response with the `200` status (media type: application/xml)
  - removed the optional property `data/servers/items/provision/user/organization_users/items/updated_at` from the response with the `200` status (media type: application/json)
  - removed the optional property `data/servers/items/provision/user/organization_users/items/updated_at` from the response with the `200` status (media type: application/xml)
  - …68 more
- **2026-03-02** `86356bbcc727` — 4 info
  - added the optional property `data/servers/items/provision/ssh_key/proxy_host` to the response with the `200` status (media type: application/json)
  - added the optional property `data/servers/items/provision/ssh_key/proxy_host` to the response with the `200` status (media type: application/xml)
  - added the optional property `data/servers/items/proxy_host` to the response with the `200` status (media type: application/json)
  - added the optional property `data/servers/items/proxy_host` to the response with the `200` status (media type: application/xml)
- …earlier changes not shown

[Full history](https://skmtc.dev/nixopus/apis/openapi/changes/api/v1/servers/get.md)

---

[API](https://skmtc.dev/nixopus/apis/openapi.md) · [All operations](https://skmtc.dev/nixopus/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nixopus/openapi/revisions/344ac18cbced/schema)
