Skip to main content
GET
/
version
Get service version
curl --request GET \
  --url https://tracer.lerian.io/version
{
  "version": "1.0.0",
  "requestDate": "2026-01-30T10:00:00Z"
}

Response

200 - application/json

Indicates that the request was successful and the response contains the version information.

version
string

Semantic version (MAJOR.MINOR.PATCH).

requestDate
string

Request timestamp (ISO 8601).