---
title: "Get all projects accessible to a workspace member"
method: GET
path: "/workspaces/{workspace_domain}/members/{user_id}/projects"
tags: ["Workspace API"]
---

# Get all projects accessible to a workspace member

`GET /workspaces/{workspace_domain}/members/{user_id}/projects`

## Path parameters

- `workspace_domain` string, required
- `user_id` integer, required

## Query parameters

- `page` integer
- `per_page` integer
- `status` string
- `sort_by` string
- `sort_direction` string
- `all` string

## Response `200`

- ProjectsView
  - `url` string — API endpoint to GET this object
  - `html_url` string — Web URL to view this object in Buddy.works
  - `projects` ShortProjectView[]
    - `url` string — API endpoint to GET this object
    - `html_url` string — Web URL to view this object in Buddy.works
    - `name` string — The human-readable ID of the project
    - `display_name` string, required — The Name of the project
    - `status` string — The status of the project
    - `access` 'PRIVATE' | 'PUBLIC' — Indicates if this is a public project
    - `create_date` string, date-time — The creation date of the project

## Changes

- **2026-08-25** `fa785a68f09d` — 2 info
  - the security scope `MEMBER_READ` was added to the endpoint's security scheme `oauth2`
  - the security scope `WORKSPACE` was removed from the endpoint's security scheme `oauth2`

[Change history](https://skmtc.dev/buddy/apis/buddy-api/changes/workspaces/:workspace_domain/members/:user_id/projects/get.md)

---

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