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

# List Projects

`GET /api/v1/projects`

List projects or get one by name

## Query parameters

- `organization_id` string, uuid, nullable
- `project_name` string, nullable

## Cookies

- `session` string, nullable

## Response `200`

Successful Response

- Project[]
  - `name` string, required
  - `id` string, uuid, required — Unique identifier
  - `created_at` string, date-time, nullable — Creation datetime
  - `updated_at` string, date-time, nullable — Update datetime
  - `organization_id` string, uuid, required — The Organization ID the project is under.
  - `is_default` boolean — Whether this project is the default project for the user.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/run-llama/apis/llama-platform.md) · [All operations](https://skmtc.net/run-llama/apis/llama-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/run-llama/llama-platform/revisions/b17341164de9/schema)
