---
title: "Get project details"
method: GET
path: "/projects/current/"
tags: ["Organizations"]
---

# Get project details

`GET /projects/current/`

Retrieves details of a specific project within an organization.
Access is controlled by read permissions on the project.

## Headers

- `x-m2-organization-id` string, required
- `x-m2-project-id` string, required

## Response `200`

The details for a project

- GetProjectResponse — The details for a project
  - `documentId` string, required
  - `name` string, required — The name of the project
  - `permissionVerb` union, required
    - '*'
    - 'r'

---

[API](https://skmtc.net/otherside/apis/organizations.md) · [All operations](https://skmtc.net/otherside/apis/organizations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/otherside/organizations/revisions/7bb9c8fbb542/schema)
