---
title: "Returns the projects of organization"
method: GET
path: "/projects/"
tags: ["Organizations"]
---

# Returns the projects of organization

`GET /projects/`

Retrieves all the projects associated with a specific organization,
returning the list of projects the user has access to based on their permissions.

## Headers

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

## Response `200`

The data of all the projects in an organization

- union[] — The data of all the projects in an organization
  - union
    - object
      - `documentId` string, required
      - `name` string, required — The name of the project
      - `projectId` string, required — The ID of a project
      - `permissionVerb` union, required
        - '*'
        - 'r'
    - object
      - `documentId` string, required
      - `permissionVerb` union, required
        - 'w'
        - 'g'

---

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