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

# List Projects Endpoint

`GET /v1/projects`

List all projects for an org. RLS automatically filters by access.

## Query parameters

- `org_id` string, required

## Response `200`

Successful Response

- ProjectListResponse — Spec-only wrapper for GET /v1/projects.
  - `projects` ProjectRow[], required — Projects visible to the caller.
    - `id` string, required — Project ID.
    - `org_id` string, required — Organization the project belongs to.
    - `name` string, required — Project name.
    - `created_at` string, required — When the project was created.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tryardent/apis/fastapi.md) · [All operations](https://skmtc.net/tryardent/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryardent/fastapi/versions/f92d8d54bae2/schema)
