---
title: "Get current project"
method: GET
path: "/project/current"
---

# Get current project

`GET /project/current`

Retrieve the currently active project that VoltCode is working with.

## Query parameters

- `directory` string

## Response `200`

Current project information

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

---

[API](https://skmtc.net/martian-engineering/apis/voltcode.md) · [All operations](https://skmtc.net/martian-engineering/apis/voltcode/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/martian-engineering/voltcode/revisions/d28625e4a7ea/schema)
