---
title: "Fetches cards for the specified board."
method: GET
path: "/boards/{boardID}/cards"
---

# Fetches cards for the specified board.

`GET /boards/{boardID}/cards`

## Path parameters

- `boardID` string, required

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

success

- Card[]
  - unknown

## Other responses

- `default` — internal error

---

[API](https://skmtc.net/mattermost/apis/focalboard-server.md) · [All operations](https://skmtc.net/mattermost/apis/focalboard-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mattermost/focalboard-server/versions/d238428e1666/schema)
