---
title: "GET /decks"
method: GET
path: "/decks"
tags: ["decks"]
---

# GET /decks

`GET /decks`

list all decks. No pagination

## Response `200`

OK

- ServerFetchDecksResponse
  - `decks` MalakDeck[], required
    - `created_at` string
    - `created_by` string
    - `deck_size` integer
    - `id` string
    - `is_archived` boolean
    - `is_pinned` boolean
    - `object_key` string
    - `preferences` MalakDeckPreference
      - `created_at` string
      - `created_by` string
      - `deck_id` string
      - `enable_downloading` boolean
      - `expires_at` string
      - `id` string
      - `password` MalakPasswordDeckPreferences
        - `enabled` boolean
        - `password` string
      - `reference` string
      - `require_email` boolean
      - `updated_at` string
      - `workspace_id` string
    - `reference` string
    - `short_link` string
    - `title` string
    - `updated_at` string
    - `workspace_id` string
  - `message` string, required

## Other responses

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

## Changes

- **2025-01-29** `8e387692336b` — 1 info
  - the response property `decks` became required for the status `200`
- **2025-01-26** `fa1cc8ee75f8` — 1 info
  - added the optional property `decks/items/object_key` to the response with the `200` status
- **2025-01-23** `7ce54b1cf812` — 1 info
  - added the optional property `decks/items/is_pinned` to the response with the `200` status
- **2025-01-19** `43ad881879d8` — 1 info
  - added the optional property `decks/items/deck_size` to the response with the `200` status
- **2025-01-18** `dbef56783a1d` — 1 info
  - added the optional property `decks/items/is_archived` to the response with the `200` status

[Full history](https://skmtc.dev/ayinke-llc/apis/malak-s-api-documentation/changes/decks/get.md)

---

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