System
Version
Returns the current deploy version, build commit, start time, and uptime. Free, no authentication required. SDK clients can call this on boot to diagnose unexpected behaviour: build_commit uniquely identifies the deploy.
get/version
Response
Current deploy metadata
Example response
{
"ok": true,
"data": {
"version": "2.157.1",
"build_commit": "615bc336fbf",
"started_at": "2026-08-23T13:02:28.247Z",
"uptime_seconds": 3,
"docs_url": "https://api.astroway.info/docs/api/"
}
}