---
title: "Get servers"
method: GET
path: "/servers"
tags: ["Servers"]
---

# Get servers

`GET /servers`

## Response `200`

Server list response

- ServerListItem[]
  - `Server` Server
    - `id` string
    - `name` string
    - `url` string
    - `authkey` string
    - `org_id` string
    - `push` boolean
    - `pull` boolean
    - `push_sightings` boolean
    - `push_galaxy_clusters` boolean
    - `pull_galaxy_clusters` boolean
    - `lastpulledid` string, nullable
    - `lastpushedid` string, nullable
    - `organization` string, nullable
    - `remote_org_id` string
    - `publish_without_email` boolean
    - `unpublish_event` boolean
    - `self_signed` boolean
    - `pull_rules` string — Stringified JSON rules for pulling events from this server.
    - `push_rules` string — Stringified JSON rules for pushing events from this server.
    - `cert_file` string, byte, nullable — Base64 encoded certificate
    - `client_cert_file` string, byte, nullable — Base64 encoded client certificate
    - `internal` boolean
    - `skip_proxy` boolean
    - `caching_enabled` boolean
    - `priority` string, nullable
    - `cache_timestamp` boolean
  - `Organisation` Organisation
    - `id` string
    - `name` string
    - `date_created` string
    - `date_modified` string
    - `description` string
    - `type` string, nullable
    - `nationality` string
    - `sector` string
    - `created_by` string
    - `uuid` string
    - `contacts` string, nullable
    - `local` boolean
    - `restricted_to_domain` string[]
    - `landingpage` string, nullable
    - `user_count` string, nullable
    - `created_by_email` string, nullable
  - `RemoteOrg` Organisation
    - `id` string
    - `name` string
    - `date_created` string
    - `date_modified` string
    - `description` string
    - `type` string, nullable
    - `nationality` string
    - `sector` string
    - `created_by` string
    - `uuid` string
    - `contacts` string, nullable
    - `local` boolean
    - `restricted_to_domain` string[]
    - `landingpage` string, nullable
    - `user_count` string, nullable
    - `created_by_email` string, nullable
  - `User` User[]
    - `id` string
    - `org_id` string
    - `server_id` string
    - `email` string, email
    - `autoalert` boolean
    - `authkey` string, nullable — API auth key used for the API, only set if MISP setting `Security.advanced_authkeys` is set to `false`.
    - `invited_by` string
    - `gpgkey` string, nullable
    - `certif_public` string, nullable
    - `nids_sid` string
    - `termsaccepted` boolean
    - `newsread` string
    - `role_id` string
    - `change_pw` '0' | '1' — Password change required.
    - `contactalert` boolean
    - `disabled` boolean
    - `expiration` string, date-time, nullable
    - `current_login` string
    - `last_login` string
    - `force_logout` boolean
    - `date_created` string
    - `date_modified` string

## Other responses

- `403` — Authentication failed. Please make sure you pass the API key of an API enabled user along in the Authorization header.
- `404` — The specified resource was not found
- `default` — Unexpected API error

---

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