---
title: "List projects"
method: GET
path: "/projects"
tags: ["Projects"]
---

# List projects

`GET /projects`

List projects you can access — owned, team-shared with a team you belong to, or shared with you as a collaborator. Supports cursor-based pagination.

## Query parameters

- `published` 'true' | 'false' — Filter by published status.
- `limit` number — Max results per page.
- `cursor` string — Pagination cursor from a previous response.

## Response `200`

Project list

- object
  - `projects` object[], required
    - `id` string, required
    - `slug` string, required
    - `name` string, required
    - `publishedAt` string, date-time, nullable, required
    - `updatedAt` string, date-time, required
    - `editorUrl` string, uri, required
  - `nextCursor` string — Pass as cursor to fetch the next page.

---

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