---
title: "GET /api/v1/organisations/{id}/projects/"
method: GET
path: "/api/v1/organisations/{id}/projects/"
tags: ["mcp"]
---

# GET /api/v1/organisations/{id}/projects/

`GET /api/v1/organisations/{id}/projects/`

Retrieves all projects within a specified organisation.

## Path parameters

- `id` integer, required

## Response `200`

- OrganisationSerializerFull
  - `id` integer
  - `uuid` string, uuid
  - `name` string, required
  - `created_date` string, date-time
  - `webhook_notification_email` string, email, nullable
  - `num_seats` integer
  - `subscription` Subscription
    - `id` integer
    - `has_active_billing_periods` boolean
    - `deleted_at` string, date-time, nullable
    - `uuid` string, uuid
    - `subscription_id` string, nullable
    - `subscription_date` string, date-time, nullable
    - `plan` string, nullable
    - `max_seats` integer
    - `max_api_calls` integer
    - `cancellation_date` string, date-time, nullable
    - `customer_id` string, nullable
    - `billing_status` union
      - 'ACTIVE' | 'DUNNING' — * `ACTIVE` - Active * `DUNNING` - Dunning
      - ''
      - unknown
    - `payment_method` union
      - 'CHARGEBEE' | 'XERO' | 'AWS_MARKETPLACE' — * `CHARGEBEE` - Chargebee * `XERO` - Xero * `AWS_MARKETPLACE` - AWS Marketplace
      - ''
      - unknown
    - `notes` string, nullable
  - `role` string, nullable
  - `persist_trait_data` boolean — Disable this if you don't want Flagsmith to store trait data for this org's identities.
  - `block_access_to_admin` boolean — Enable this to block all the access to admin interface for the organisation
  - `restrict_project_create_to_admin` boolean
  - `force_2fa` boolean
  - `targeting_key` string, nullable — Flagsmith-on-Flagsmith targeting key. Immutable; org.<id> is used when unset.

## Changes

> 11 revisions in range; 4 could not be searched.

- **2026-08-11** `751eef65030f` — 1 info
  - added the optional write-only property `targeting_key` to the response with the `200` status

[Change history](https://skmtc.dev/flagsmith/apis/flagsmith-api/changes/api/v1/organisations/:id/projects/get.md)

---

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