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

# List Projects

`GET /v1/projects`

Returns all projects the caller has access to

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- SchemasOffsetPageSchemasProjectResponse
  - `items` SchemasProjectResponse[]
    - `created_at` string
    - `description` string
    - `id` string
    - `is_default` boolean
    - `name` string
    - `tenant_id` string
  - `limit` integer
  - `offset` integer
  - `page_count` integer
  - `total_count` integer

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

- **2025-10-30** `f59a2fe653b8` — 1 warning, 1 info
  - deleted the `header` request parameter `Authorization`
  - the endpoint scheme security `Bearer` was added to the API

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

---

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