API → MetaGet the metadata about our currently running server
hidden

Parameters

No parameters

Returns

get
/_meta/info
$ curl "https://api.zoo.dev/_meta/info" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "cache": {
    "ok": true
  },
  "environment": "PRODUCTION",
  "fs": {
    "ok": false
  },
  "git_hash": "HaqCTPAL7kKndmXfzMVNqTz8an5",
  "pubsub": {
    "auth_timeout": 12,
    "cluster": {
      "addr": "jSTFuLHElwBK3rxg4iL0mJX9uwSKl",
      "auth_timeout": 30,
      "cluster_port": 4,
      "name": "",
      "tls_timeout": 2,
      "urls": [
        "4vWY0P5PtOZXPSV7"
      ]
    },
    "config_load_time": "2025-03-12T01:36:02.095Z",
    "connections": 19,
    "cores": 29,
    "cpu": 7,
    "gateway": {
      "auth_timeout": 17,
      "host": "PY6q0NLTz7",
      "name": "Wlb7l9GCn0uOw0oybMm7laThIIGFO",
      "port": 23,
      "tls_timeout": 29
    },
    "git_commit": "CdNszJKSuHd1xKNXa15NbSI4FJpL",
    "go": "2k8XWbrZwECAYrvtb",
    "gomaxprocs": 23,
    "host": "192.0.2.246",
    "http_base_path": "yW0hCNcr8V0Um",
    "http_host": "KvgjYCDMyQC3yOZv3WBZfnzHH4SQ0A",
    "http_port": 29,
    "http_req_stats": {},
    "https_port": 15,
    "in_bytes": 1,
    "in_msgs": 31,
    "jetstream": {
      "config": {
        "domain": "gNSair3kSw",
        "max_memory": 22,
        "max_storage": 4,
        "store_dir": "5cE2FF7Bd"
      },
      "meta": {
        "cluster_size": 17,
        "leader": "",
        "name": "qxJTYh4KGS0GAF2eaze"
      },
      "stats": {
        "accounts": 18,
        "api": {
          "errors": 17,
          "inflight": 18,
          "total": 3
        },
        "ha_assets": 14,
        "memory": 20,
        "reserved_memory": 18,
        "reserved_store": 11,
        "store": 13
      }
    },
    "leaf": {
      "auth_timeout": 21,
      "host": "GwiTc6koPHvMIu",
      "port": 26,
      "tls_timeout": 21
    },
    "leafnodes": 10,
    "max_connections": 12,
    "max_control_line": 14,
    "max_payload": 27,
    "max_pending": 16,
    "mem": 10,
    "now": "2025-03-12T01:36:02.095Z",
    "out_bytes": 27,
    "out_msgs": 30,
    "ping_interval": 4,
    "ping_max": 27,
    "port": 13,
    "proto": 16,
    "remotes": 4,
    "routes": 28,
    "server_id": "",
    "server_name": "9D1VeohV",
    "slow_consumers": 27,
    "start": "2025-03-12T01:36:02.095Z",
    "subscriptions": 10,
    "system_account": "cEjZ4",
    "tls_timeout": 31,
    "total_connections": 2,
    "uptime": "M1WBD",
    "version": "yxGsP4hvPngYPmAC9uzfCjDhRB4",
    "write_deadline": 20
  }
}