---
title: "List all projects"
method: GET
path: "/project"
---

# List all projects

`GET /project`

Get a list of projects that have been opened with Arctic.

## Query parameters

- `directory` string

## Response `200`

List of projects

- Project[]
  - `id` string, required
  - `worktree` string, required
  - `vcs` 'git'
  - `name` string
  - `icon` object
    - `url` string
    - `color` string
  - `time` object, required
    - `created` number, required
    - `updated` number, required
    - `initialized` number

---

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