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

# List all projects

`GET /project`

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

## Query parameters

- `directory` string

## Response `200`

List of projects

- Project[]
  - `id` string, required
  - `worktree` string, required
  - `vcs` 'git'
  - `name` string
  - `icon` object
    - `url` string
    - `override` string
    - `color` string
  - `commands` object
    - `start` string — Startup script to run when creating a new workspace (worktree)
  - `time` object, required
    - `created` number, required
    - `updated` number, required
    - `initialized` number
  - `sandboxes` string[], required

---

[API](https://skmtc.net/cyberstrikeus/apis/cyberstrike.md) · [All operations](https://skmtc.net/cyberstrikeus/apis/cyberstrike/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cyberstrikeus/cyberstrike/revisions/4e11f1aed2fd/schema)
