---
title: "Get current inboard broadcaster"
method: GET
path: "/admin/status"
tags: ["Internal", "Admin"]
---

# Get current inboard broadcaster

`GET /admin/status`

## Response `200`

Gives the status of the system

- AdminStatus
  - `broadcaster` Broadcaster
    - `time` string, date-time
    - `remoteAddr` string
    - `streamDetails` InboundStreamDetails
      - `videoCodec` string
      - `audioCodec` string
      - `encoder` string
      - `width` integer
      - `height` integer
      - `videoBitrate` integer
      - `audioBitrate` integer
      - `framerate` number, float
  - `currentBroadcast` CurrentBroadcast
    - `outputSettings` StreamOutputVariant[]
      - `name` string
      - `videoPassthrough` boolean
      - `audioPassthrough` boolean
      - `videoBitrate` integer
      - `audioBitrate` integer
      - `scaledWidth` integer
      - `scaledHeight` integer
      - `framerate` integer
      - `cpuUsageLevel` integer
    - `latencyLevel` LatencyLevel
      - `level` integer
  - `health` StreamHealthOverview
    - `message` string
    - `healthPercentage` integer
    - `representation` integer
    - `healthy` boolean
  - `streamTitle` string
  - `versionNumber` string
  - `viewerCount` integer
  - `overallPeakViewerCount` integer
  - `sessionPeakViewerCount` integer
  - `online` boolean

## Other responses

- `400` — Bad request
- `401` — Basic auth failure
- `default` — Unexpected error

## Changes

> 104 revisions in range; 1 could not be searched.

- **2026-07-17** `4e0ebcbe06e8` — 1 breaking, 4 warning, 1 info
  - the `health` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `health/healthPercentage` from the response with the `200` status
  - removed the optional property `health/healthy` from the response with the `200` status
  - removed the optional property `health/message` from the response with the `200` status
  - …2 more
- **2024-07-02** `618b7ae59cc5` — 1 info
  - endpoint added
- **2021-09-23** `02fef72d775b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/owncast/apis/owncast-apis/changes/admin/status/get.md)

---

[API](https://skmtc.dev/owncast/apis/owncast-apis.md) · [All operations](https://skmtc.dev/owncast/apis/owncast-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/owncast/owncast-apis/revisions/e2ce1f2fcdfa/schema)
