---
title: "Get Project"
method: GET
path: "/frontend/v1/project"
tags: ["FrontendService"]
---

# Get Project

`GET /frontend/v1/project`

## Response `200`

OK

- GetProjectResponse
  - `project` Project
    - `id` string
    - `displayName` string
    - `createTime` string, date-time
    - `updateTime` string, date-time
    - `logInWithGoogle` boolean
    - `logInWithMicrosoft` boolean
    - `logInWithGithub` boolean
    - `logInWithEmail` boolean
    - `logInWithPassword` boolean
    - `logInWithSaml` boolean
    - `logInWithOidc` boolean
    - `logInWithAuthenticatorApp` boolean
    - `logInWithPasskey` boolean
    - `vaultDomain` string
    - `apiKeysEnabled` boolean
    - `apiKeySecretTokenPrefix` string
    - `auditLogsEnabled` boolean

## Other responses

- `400` — API Error
- `401` — API Error
- `403` — API Error
- `404` — API Error

## Changes

- **2025-07-03** `e98ae37067b1` — 1 info
  - added the optional property `project/logInWithOidc` to the response with the `200` status
- **2025-06-16** `d5b8ef8ba8f4` — 1 info
  - added the optional property `project/auditLogsEnabled` to the response with the `200` status
- **2025-05-20** `8ae1e6c69121` — 3 info
  - added the optional property `project/apiKeySecretTokenPrefix` to the response with the `200` status
  - added the optional property `project/apiKeysEnabled` to the response with the `200` status
  - added the optional property `project/logInWithGithub` to the response with the `200` status
- **2025-03-11** `f665049c4339` — 1 info
  - endpoint added
- **2025-03-04** `9bf35cefefcb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/tesseral-labs/apis/frontendservice-api/changes/frontend/v1/project/get.md)

---

[API](https://skmtc.dev/tesseral-labs/apis/frontendservice-api.md) · [All operations](https://skmtc.dev/tesseral-labs/apis/frontendservice-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tesseral-labs/frontendservice-api/revisions/e98ae37067b1/schema)
