Retrieve metadata information for this GitLab instance.
GET
/v4/metadata
curl \
-X GET https://gitlab.com/api/v4/metadata
Response examples (200)
{
"kas": {
"enabled": true,
"version": "15.0.0",
"externalUrl": "grpc://gitlab.example.com:8150"
},
"version": "15.0-pre",
"revision": "c401a659d0c"
}