Last updated 5 days ago
Was this helpful?
Returns the backend's meta information.
Contains backend run-time info: statistics along with build information.
GET /api/v1/meta-info HTTP/1.1 Host: api.example.com Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
Happy response.
{ "version": "text", "build_id": "text", "backend_build_id": "text", "ui_build_id": "text", "goos": "text", "goarch": "text", "started_at": "2025-04-20T04:38:01.623Z", "memstats_alloc": 1, "memstats_sys": 1, "gc_cpu_fraction": 1, "num_goroutine": 1 }