---
title: "Get boards"
method: GET
path: "/api/v2/boards"
tags: ["Boards"]
---

# Get boards

`GET /api/v2/boards`

List boards with optional filters and pagination.

## Query parameters

- `filter` union — Filter schema for `board` list endpoints — pass a single condition or a logical group.
  - FilterBoard — Filter parameters for listing boards (folders). Supports filtering by project, archived status, and position. Standard ID operators apply.
    - `status` union — Filter by active/archived status.
      - object — Filter using explicit operator syntax.
        - `not_contain` Status — unresolved $ref
        - `contains` Status — unresolved $ref
        - `eq` Status — unresolved $ref
        - `not_eq` Status — unresolved $ref
      - Status — unresolved $ref
    - `query` union — Search boards by name (text search).
      - Query — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `eq` Query — unresolved $ref
        - `not_contain` Query — unresolved $ref
        - `not_eq` Query — unresolved $ref
        - `contains` Query — unresolved $ref
    - `id` union — Filter by board ID.
      - Id — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_eq` Id — unresolved $ref
        - `eq` Id — unresolved $ref
        - `not_contain` Id — unresolved $ref
        - `contains` Id — unresolved $ref
    - `project_id` union — Filter by the associated project.
      - object — Filter using explicit operator syntax.
        - `contains` ProjectId — unresolved $ref
        - `eq` ProjectId — unresolved $ref
        - `not_contain` ProjectId — unresolved $ref
        - `not_eq` ProjectId — unresolved $ref
      - ProjectId — unresolved $ref
  - object — A logical filter group — combine multiple conditions with the `$op` operator.
    - `$op` 'or' | 'and', required — Logical operator combining conditions in this group. `or` matches records satisfying any condition; `and` requires all conditions to match.
- `sort` string[]

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection board

---

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