---
title: "Server and storage snapshot."
method: GET
path: "/v1/info"
tags: ["Meta"]
---

# Server and storage snapshot.

`GET /v1/info`

## Response `200`

Server info.

- Info
  - `version` string, required
  - `auth` 'none' | 'mtls', required — Authentication mode the server enforces. `none` when the server accepts any client (deployer is expected to front with a reverse proxy). `mtls` when clients must present a certificate chain that verifies against the configured CA.
  - `queue_count` integer
  - `task_count` integer
  - `features` object

## Other responses

- `500` — Unexpected server error.

---

[API](https://skmtc.net/choria-io/apis/asyncjobs-http-api.md) · [All operations](https://skmtc.net/choria-io/apis/asyncjobs-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/choria-io/asyncjobs-http-api/versions/48b17d96adbf/schema)
