---
title: "Get all projects"
method: GET
path: "/project"
tags: ["project"]
---

# Get all projects

`GET /project`

## Response `200`

A list of projects

- Project[]
  - `id` string
  - `name` string
  - `created_on` string, date-time

## Changes

- **2024-08-12** `5800c68dedbb` — 1 info
  - the `items/id` response's property pattern `^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$` was added for the status `200`

[Change history](https://skmtc.dev/defra/apis/twiki-api/changes/project/get.md)

---

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