For the complete documentation index, see llms.txt. This page is also available as Markdown.

Health

Service status

get
/status

Returns the current status of the service including version information, current timestamp, and commit hash. No authentication required.

Responses
200

Status retrieved successfully

application/json
versionstringRequired

Current version of the service

currentTimeinteger · int64Required

Current timestamp in milliseconds

commitHashstringRequired

Git commit hash of the current deployment

get/status
GET /status HTTP/1.1
Host: comms-gatekeeper.decentraland.org
Accept: */*
{
  "version": "text",
  "currentTime": 1,
  "commitHash": "text"
}

Last updated