---
title: "Server Info"
method: GET
path: "/api/v1/info"
tags: ["server"]
---

# Server Info

`GET /api/v1/info`

Get information about the server.

Returns:
    Information about the server.

## Response `200`

Successful Response

- ServerModel — Domain model for ZenML servers.
  - `id` string, uuid
  - `version` string, required
  - `active` boolean
  - `debug` boolean
  - `deployment_type` 'local' | 'docker' | 'kubernetes' | 'aws' | 'gcp' | 'azure' | 'alpha' | 'other' | 'hf_spaces' | 'sandbox' | 'cloud' — Enum for server deployment types.
  - `database_type` 'sqlite' | 'mysql' | 'other' — Enum for server database types.
  - `secrets_store_type` 'none' | 'sql' | 'aws' | 'gcp' | 'azure' | 'hashicorp' | 'custom' — Secrets Store Backend Types.
  - `auth_scheme` 'NO_AUTH' | 'HTTP_BASIC' | 'OAUTH2_PASSWORD_BEARER' | 'EXTERNAL', required — The authentication scheme.
  - `server_url` string
  - `dashboard_url` string
  - `analytics_enabled` boolean
  - `metadata` object
  - `use_legacy_dashboard` boolean
  - `last_user_activity` string, date-time, nullable

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/zenml-io/apis/zenml-2.md) · [All operations](https://skmtc.net/zenml-io/apis/zenml-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenml-io/zenml-2/versions/febb01b8bce3/schema)
