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

# GET /workspaces/overview

`GET /workspaces/overview`

fetch workspace overview

## Response `200`

OK

- ServerWorkspaceOverviewResponse
  - `contacts` MalakContactOverview, required
    - `total_contacts` integer
  - `decks` MalakDeckOverview, required
    - `total_decks` integer
    - `total_viewer_sessions` integer
  - `message` string, required
  - `pipelines` MalakFundingPipelineOverview, required
    - `total` integer
  - `shares` MalakShareOverview, required
    - `recent_shares` MalakContactShareItem[]
      - `contact_id` string
      - `created_at` string
      - `email` string
      - `first_name` string
      - `id` string
      - `item_id` string
      - `item_reference` string
      - `item_type` 'update' | 'dashboard' | 'deck'
      - `last_name` string
      - `reference` string
      - `shared_at` string
      - `shared_by` string
      - `title` string
      - `updated_at` string
  - `updates` MalakUpdateOverview, required
    - `last_updates` MalakUpdate[]
      - `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
    - `total` integer

## 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/revisions/3dff99ea5963/schema)
