---
title: "GET /workspaces/updates"
method: GET
path: "/workspaces/updates"
tags: ["updates"]
---

# GET /workspaces/updates

`GET /workspaces/updates`

List updates

## Query parameters

- `page` integer
- `per_page` integer
- `status` string

## Response `200`

OK

- ServerListUpdateResponse
  - `message` string, required
  - `meta` ServerMeta, required
    - `paging` ServerPagingInfo, required
      - `page` integer, required
      - `per_page` integer, required
      - `total` integer, required
  - `updates` MalakUpdate[], required
    - `content` MalakBlock[]
      - `children` MalakBlock[]
      - `content` unknown
      - `id` string
      - `props` object
      - `type` string
    - `created_at` string
    - `created_by` string
    - `id` string
    - `is_pinned` boolean — If this update is pinned
    - `metadata` MalakUpdateMetadata
    - `reference` string
    - `sent_at` string
    - `sent_by` string
    - `status` 'draft' | 'sent'
    - `title` string
    - `updated_at` string
    - `workspace_id` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/ayinke-llc/apis/malak-s-api-documentation.md) · [All operations](https://skmtc.net/ayinke-llc/apis/malak-s-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ayinke-llc/malak-s-api-documentation/versions/3dff99ea5963/schema)
