---
title: "Get bus state"
method: GET
path: "/bus/state"
tags: ["bus"]
---

# Get bus state

`GET /bus/state`

Returns the current state of the bus including version, build info, and explorer status.

## Response `200`

Successfully retrieved bus state

- object
  - `startTime` string, date-time — When the bus was started
  - `version` string — Version of renterd
  - `commit` string — Git commit hash of the build
  - `os` string — Operating system
  - `buildTime` string, date-time — When this version was built
  - `explorer` object
    - `enabled` boolean — Whether the explorer is enabled
    - `url` string — Base URL of the explorer
  - `network` string — Name of the network (mainnet/testnet)

## Changes

- **2024-12-18** `922f156353c9` — 1 info
  - api tag `bus` added
- **2024-12-17** `c47444f72328` — 1 info
  - endpoint added
- **2024-12-09** `f062c35d8f47` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/siafoundation/apis/renterd-api/changes/bus/state/get.md)

---

[API](https://skmtc.dev/siafoundation/apis/renterd-api.md) · [All operations](https://skmtc.dev/siafoundation/apis/renterd-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/siafoundation/renterd-api/revisions/184a3d5207da/schema)
