GET
/
api
/
v2
/
health
curl --request GET \
  --url https://aquilax.ai/api/v2/health
{
  "ID": "95148e14be674e067be644de814de36c",
  "hostname": "localhost",
  "status": "ok",
  "timestamp": 1741492261,
  "version": 2
}

Response

200 - application/json
Service is healthy

Schema for health check response.

ID
string

random generated request id

Example:

"95148e14be674e067be644de814de36c"

hostname
string

Hostname of the server

Example:

"localhost"

status
string

ok only if the API Services is healthy

Example:

"ok"

timestamp
integer

unix timestamp of the request

Example:

1741492261

version
integer

API Version

Example:

2