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

# List Projects

`GET /v1/projects/`

List all projects in the current workspace.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- ProjectResponse[]
  - `agents` ProjectAgentRef[]
    - `id` string, uuid, required
    - `name` string, required
  - `created_by` string, required
  - `description` string, nullable, required
  - `id` string, uuid, required
  - `instructions` string, nullable, required
  - `mcp_instances` ProjectMcpInstanceRef[]
    - `id` string, uuid, required
    - `name` string, required
  - `name` string, required
  - `parent_project_id` string, nullable, required
  - `skills` ProjectSkillRef[]
    - `id` string, uuid, required
    - `name` string, required
  - `workspace_id` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-04-29** `e1a530c0a2d5` — 1 breaking
  - removed the required property `items/minio_prefix` from the response with the `200` status
- **2026-03-30** `e9c153221160` — 1 info
  - added the required property `items/minio_prefix` to the response with the `200` status

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/projects/get.md)

---

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