---
title: "Get a list of announcements."
method: GET
path: "/announcements"
tags: ["Announcements"]
---

# Get a list of announcements.

`GET /announcements`

Retrieve a paginated list of announcements.

## Query parameters

- `page` integer
- `limit` integer
- `status` 'ACTIVE' | 'DRAFT' | 'INACTIVE'
- `sortCol` 'status' | 'created_at' | 'updated_at' | 'user_name'
- `sortOrder` 'asc' | 'desc'

## Response `200`

A list of announcements.

- object
  - `metadata` object
    - `totalCount` integer — The total number of announcements.
    - `activeCount` integer — The number of active announcements.
    - `draftCount` integer — The number of draft announcements.
    - `inactiveCount` integer — The number of inactive announcements.
  - `announcements` Announcement[] — unresolved $ref

---

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