---
title: "List research boards for current user"
method: GET
path: "/api/v2/users/me/research_boards"
tags: ["Research Boards"]
---

# List research boards for current user

`GET /api/v2/users/me/research_boards`

## Query parameters

- `fields[research_boards]` string[]
- `include` string[]
- `page[size]` integer
- `page[after]` string
- `page[before]` string

## Response `200`

Success

## Other responses

- `401` — Unauthenticated

## Changes

- **2026-08-12** `4eb7e23e2a6d` — 1 breaking, 2 warning
  - for the `query` request parameter `page[size]`, default value `25` was added
  - for the `query` request parameter `page[size]`, the max was set to `250.00`
  - for the `query` request parameter `page[size]`, the min was set to `1.00`

[Change history](https://skmtc.dev/g2/apis/g2-api/changes/api/v2/users/me/research_boards/get.md)

---

[API](https://skmtc.dev/g2/apis/g2-api.md) · [All operations](https://skmtc.dev/g2/apis/g2-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g2/g2-api/revisions/63b15460479c/schema)
