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": false
  },
  "environment": "DEVELOPMENT",
  "fs": {
    "ok": false
  },
  "git_hash": "U2C81Vxc4SsAS0H2fJoN",
  "pubsub": {
    "auth_timeout": 9,
    "cluster": {
      "addr": "eUe",
      "auth_timeout": 3,
      "cluster_port": 24,
      "name": "NgVlLw",
      "tls_timeout": 13,
      "urls": [
        "w376ntYPC9Is4n"
      ]
    },
    "config_load_time": "2025-04-25T16:38:48.743Z",
    "connections": 14,
    "cores": 24,
    "cpu": 31,
    "gateway": {
      "auth_timeout": 31,
      "host": "9nYhlYJf7pUiZVY",
      "name": "ZzM6CKNBWLM8kOEAfyxjVhRIEkr",
      "port": 4,
      "tls_timeout": 23
    },
    "git_commit": "u01m7vO3rDjvoLKEVfzX",
    "go": "pY3Yww1UI4oaJn2",
    "gomaxprocs": 27,
    "host": "192.0.2.96",
    "http_base_path": "HoAcIf10IukVi",
    "http_host": "YV0Pbl0od4YZCQt0wOO830PSuq5",
    "http_port": 8,
    "http_req_stats": {},
    "https_port": 32,
    "in_bytes": 18,
    "in_msgs": 2,
    "jetstream": {
      "config": {
        "domain": "4KhJuMgvkVM3vJhh",
        "max_memory": 14,
        "max_storage": 17,
        "store_dir": "U5ZAK2Wu7DhlrOAn5hv"
      },
      "meta": {
        "cluster_size": 8,
        "leader": "kSlwpoJXQ8ISPVP",
        "name": "w8ul"
      },
      "stats": {
        "accounts": 28,
        "api": {
          "errors": 29,
          "inflight": 30,
          "total": 29
        },
        "ha_assets": 21,
        "memory": 15,
        "reserved_memory": 24,
        "reserved_store": 1,
        "store": 29
      }
    },
    "leaf": {
      "auth_timeout": 16,
      "host": "h",
      "port": 28,
      "tls_timeout": 29
    },
    "leafnodes": 17,
    "max_connections": 30,
    "max_control_line": 20,
    "max_payload": 15,
    "max_pending": 17,
    "mem": 5,
    "now": "2025-04-25T16:38:48.743Z",
    "out_bytes": 6,
    "out_msgs": 7,
    "ping_interval": 30,
    "ping_max": 24,
    "port": 6,
    "proto": 28,
    "remotes": 4,
    "routes": 17,
    "server_id": "btiMlo",
    "server_name": "vOhCjJ",
    "slow_consumers": 23,
    "start": "2025-04-25T16:38:48.743Z",
    "subscriptions": 3,
    "system_account": "",
    "tls_timeout": 27,
    "total_connections": 5,
    "uptime": "iNGQrOo9IDRZlJe6B",
    "version": "F2UCTVLlvGn1R995KlxEqNHR04s",
    "write_deadline": 11
  }
}