---
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

## Changes

- **2026-02-14** `9df3a7d5f839` — 1 warning
  - removed the optional property `commands` from the response with the `200` status
- **2026-01-22** `ee9823b3cd13` — 1 info
  - added the optional property `commands` to the response with the `200` status
- **2026-01-19** `80c1bca877b3` — 1 info
  - added the optional property `icon/override` to the response with the `200` status
- **2026-01-14** `099a52ba8e1c` — 1 warning
  - removed the optional property `icon/override` from the response with the `200` status

[Change history](https://skmtc.dev/martian-engineering/apis/voltcode/changes/project/current/get.md)

---

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