---
title: "Get a paginated list of federated activities"
method: GET
path: "/admin/federation/actions"
tags: ["Internal", "Admin", "Social"]
---

# Get a paginated list of federated activities

`GET /admin/federation/actions`

## 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`

A paginated list of federated activities

- PaginatedFederatedActivity
  - `total` integer
  - `results` FederatedActivity
    - `timestamp` string, date-time
    - `iri` string
    - `actorIRI` string
    - `type` string

## Other responses

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

---

[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/versions/d3510588e78e/schema)
