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

# List projects

`GET /projects/`

Endpoint for retrieving a list of projects.

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

- PaginatedProjectList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` Project[], required
    - `attachments` string[] — The attachments linked to the project.
    - `created_ts` string, date-time, required — The timestamp in UTC when the project was created
    - `id` string, required — The unique identifier of the project.
    - `legacy_id` string, required — [Deprecated] The legacy identifier of the project.
    - `modified_ts` string, date-time, required — The timestamp in UTC when the project was last modified
    - `name` string, required — The name of the project.

---

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