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

# List all projects

`GET /api/v2/projects`

> 🔑
>
> Required OAuth scope: `projects:read`.

> 📖
>
> This endpoint is paginated with a page size of 500 projects. For more information, see the [Pagination guide](https://360learning.readme.io/docs/pagination).

Lists all live projects in your platform.

## Headers

- `360-api-version` 'v2.0', required

## Response `200`

Returns one page of 500 projects.

- ProjectDTO[]
  - `_id` string, ObjectId, required — The unique ID of the project.
  - `name` string, required — The name of the project.
  - `completed` boolean, required — True if the project is completed.
  - `groupId` string, ObjectId, required — The unique ID of the group the project belongs to.

## Other responses

- `401` — The given access token is either missing, invalid, has expired, or has been revoked.
- `403` — The given access token does not have the required OAuth scope to execute the request.
- `429` — The client has sent too many requests in a short amount of time.

---

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