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

# Get Projects

`GET /projects`

## Response `200`

Successful Response

- ProjectsResponse[]
  - `organization_id` string, uuid, nullable
  - `organization_name` string, nullable
  - `workspace_id` string, uuid, nullable
  - `workspace_name` string, nullable
  - `project_id` string, uuid, required
  - `project_name` string, required
  - `is_default_project` boolean
  - `user_role` string, nullable
  - `is_demo` boolean, nullable

## Changes

> 359 revisions in range; 46 could not be searched.

- **2025-06-27** `e3e84db47198` — 1 warning, 2 info
  - removed the optional property `items/is_default_project` from the response with the `200` status
  - api tag `Scopes` added
  - api tag `Projects` removed

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

---

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