Retrieve metadata information for this GitLab instance
GET
/api/v4/metadata
Retrieves metadata information for the GitLab instance.
Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”OK
Media typeapplication/json
object
version
string
revision
string
kas
object
enabled
boolean
externalUrl
string
externalK8sProxyUrl
string
version
string
enterprise
boolean
Example
{ "version": "15.2-pre", "revision": "c401a659d0c", "kas": { "externalUrl": "grpc://gitlab.example.com:8150", "externalK8sProxyUrl": "https://gitlab.example.com:8150/k8s-proxy", "version": "15.0.0" }}Unauthorized