---
title: "List Boards"
method: GET
path: "/boards/list"
tags: ["Board"]
---

# List Boards

`GET /boards/list`

Get a paginated list of Boards belonging to the current user.

## Query parameters

- `pageNo` integer
- `pageSize` integer

## Headers

- `Topview-Uid` string, required
- `Authorization` string, required

## Response `200`

List of Boards retrieved successfully

- object
  - `code` string
  - `message` string
  - `result` object
    - `list` object[] — List of Board objects
      - `boardId` string — Board business ID
      - `name` string — Board name
      - `uid` string — Owner user ID
      - `ownerName` string — Owner name
      - `taskCount` integer — Number of tasks in this Board
      - `recentThumbnails` string[], nullable — Recent task thumbnails
      - `members` unknown[], nullable — List of Board members
        - unknown
      - `shareTokens` unknown[], nullable — List of share tokens (visible only to Board owner)
        - unknown
      - `isSystemDefault` boolean, nullable — Whether this is a system default Board
      - `syncFlag` boolean, nullable — Sync status: true=synced, false=not synced
      - `gmtCreate` string, date-time, nullable — Creation timestamp
      - `gmtModify` string, date-time, nullable — Last modification timestamp
      - `isOwner` boolean, nullable — Whether current user is the Board owner
    - `total` integer — Total number of Boards
    - `pageNo` integer — Current page number
    - `pageSize` integer — Items per page

---

[API](https://skmtc.net/topview/apis/image-character-swap-apis-editable-in-readme.md) · [All operations](https://skmtc.net/topview/apis/image-character-swap-apis-editable-in-readme/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topview/image-character-swap-apis-editable-in-readme/revisions/83cd46ca7859/schema)
