---
title: "Gets the list of followers"
method: GET
path: "/followers"
tags: ["Internal", "Social"]
---

# Gets the list of followers

`GET /followers`

## Query parameters

- `offset` integer — The number of items to skip before starting to collect the result set
- `limit` integer — The numbers of items to return

## Response `200`

Paginated follower count

- PaginatedFollowers
  - `total` integer
  - `results` Follower[]
    - `link` string — The IRI of the remote actor.
    - `name` string — The display name of the follower.
    - `username` string — The account username of the remote actor.
    - `image` string — The avatar image of the follower.
    - `timestamp` string — When this follow request was created.
    - `disabledAt` string — When this follower was rejected or disabled.

## Other responses

- `400` — Bad request

---

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