---
title: "Get all projects in the workspace"
method: GET
path: "/workspaces/{workspace_domain}/projects"
tags: ["Project API"]
---

# Get all projects in the workspace

`GET /workspaces/{workspace_domain}/projects`

## Path parameters

- `workspace_domain` string, required

## Query parameters

- `page` integer
- `per_page` integer
- `status` string
- `sort_by` string
- `sort_direction` string
- `membership` 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

---

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