---
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)

---

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