---
title: "Get task boards"
method: GET
path: "/tasks/v1/taskboards"
tags: ["Tasks:v1:TaskBoards"]
---

# Get task boards

`GET /tasks/v1/taskboards`

Retrieve a list of task boards associated with the account

## Response `200`

Successful Response

- APIResponseGetTasksBoardsResponse
  - `requestId` string
  - `data` GetTasksBoardsResponse, required
    - `taskBoards` TasksBoard[], required — All tasks boards in your account
      - `id` integer, required — The ID of the tasks board
      - `name` string, required — The name of the tasks board
      - `isArchived` boolean, required — Whether the tasks board is archived

## Other responses

- `422` — Validation Error

---

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