Meta
System metadata and information
get
Returns the backend's meta information.
Authorizations
AuthorizationstringRequired
The bearer token can be obtained by creating a ServiceAccount.
Responses
200
Happy response.
application/json
default
Error object.
application/json
get
/api/v1/meta-infoGET /api/v1/meta-info HTTP/1.1
Host: api.example.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"version": "text",
"build_id": "text",
"backend_build_id": "text",
"ui_build_id": "text",
"goos": "text",
"goarch": "text",
"started_at": "2025-11-15T16:01:18.555Z",
"memstats_alloc": 1,
"memstats_sys": 1,
"gc_cpu_fraction": 1,
"num_goroutine": 1
}Last updated
Was this helpful?

