Skip to main content
GET
/
version
cURL
curl --unix-socket /run/miru/miru.sock \
   --request GET \
  --url http://localhost/v1/version
{
  "version": "v0.1.0",
  "commit": "a1b2c3d4"
}

Response

200 - application/json

Successfully retrieved the version of the agent.

version
string
required

The version of the agent.

Example:

"v0.1.0"

commit
string
required

The commit hash of the agent.

Example:

"a1b2c3d4"

Last modified on February 12, 2026