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": true
  },
  "git_hash": "ooC0T3",
  "pubsub": {
    "auth_timeout": 31,
    "cluster": {
      "addr": "KuA2rJbb8spJPH",
      "auth_timeout": 6,
      "cluster_port": 9,
      "name": "3RkurOhorNJ",
      "tls_timeout": 17,
      "urls": [
        "wmwHMUfgfKYgQayAVjoRoGwUDm3e9u"
      ]
    },
    "config_load_time": "2025-03-30T01:55:32.090Z",
    "connections": 19,
    "cores": 10,
    "cpu": 4,
    "gateway": {
      "auth_timeout": 29,
      "host": "o80PlQ",
      "name": "wEyqdRA3z",
      "port": 27,
      "tls_timeout": 16
    },
    "git_commit": "56kplRjUOzVorM5LC4yttENuO5iY",
    "go": "i6",
    "gomaxprocs": 7,
    "host": "192.0.2.234",
    "http_base_path": "g7DCwmUfZnOCMO8MfUnon3H",
    "http_host": "SpaEsoEpP94kIAKKUonv21n9yKNN2",
    "http_port": 1,
    "http_req_stats": {},
    "https_port": 17,
    "in_bytes": 9,
    "in_msgs": 13,
    "jetstream": {
      "config": {
        "domain": "vwYH5jDMYbyI3WS0R7wtE8mW",
        "max_memory": 19,
        "max_storage": 16,
        "store_dir": "9fACSP9bq"
      },
      "meta": {
        "cluster_size": 4,
        "leader": "NsuGjMFPwict55m",
        "name": "u8doVI0B6h7rZwF1sA"
      },
      "stats": {
        "accounts": 14,
        "api": {
          "errors": 21,
          "inflight": 18,
          "total": 27
        },
        "ha_assets": 26,
        "memory": 28,
        "reserved_memory": 32,
        "reserved_store": 7,
        "store": 31
      }
    },
    "leaf": {
      "auth_timeout": 9,
      "host": "dliHstwylrFKy4wBv0Hg1XQ3mF7MWT",
      "port": 23,
      "tls_timeout": 16
    },
    "leafnodes": 7,
    "max_connections": 19,
    "max_control_line": 15,
    "max_payload": 21,
    "max_pending": 29,
    "mem": 16,
    "now": "2025-03-30T01:55:32.090Z",
    "out_bytes": 7,
    "out_msgs": 15,
    "ping_interval": 2,
    "ping_max": 24,
    "port": 12,
    "proto": 22,
    "remotes": 12,
    "routes": 18,
    "server_id": "vO8PHdR2jLWB",
    "server_name": "dfmTdMuYkBAWE0Y9h6GouSPg3uV05",
    "slow_consumers": 11,
    "start": "2025-03-30T01:55:32.090Z",
    "subscriptions": 29,
    "system_account": "8yAa",
    "tls_timeout": 31,
    "total_connections": 3,
    "uptime": "jWK91p",
    "version": "ooTakMcidrqSHHdzCSz",
    "write_deadline": 30
  }
}