---
title: "Get the current project"
method: GET
path: "/projects/current"
tags: ["Projects"]
---

# Get the current project

`GET /projects/current`

Get the current project information including display name, OAuth providers and authentication methods. Useful for displaying the available login options to the user.

## Response `200`

Successful response

- object
  - `id` string, required — The unique identifier of the project
  - `display_name` string, required — Human-readable project display name. This is not a unique identifier.
  - `is_development_environment` boolean, required
  - `pushed_config_error` object, nullable
    - `message` string, required
  - `config_warnings` object[], required
    - `message` string, required

---

[API](https://skmtc.net/hexclave/apis/hexclave-rest-api.md) · [All operations](https://skmtc.net/hexclave/apis/hexclave-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexclave/hexclave-rest-api/versions/86dcd8c9953c/schema)
