---
title: "GET /v1/{org_id}/plans/"
method: GET
path: "/v1/{org_id}/plans/"
tags: ["Plans - By Org"]
---

# GET /v1/{org_id}/plans/

`GET /v1/{org_id}/plans/`

List / Create view.

    Utilizes the List serializer for GET - only includees required fields
    for clients consuming the list.

    Utilizes the Detail serializer for POST - accepts and returns
    all Plan details.

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

Success

- PaginatedOptionalPlanListSerializer
  - `total` integer
  - `next` string, nullable
  - `previous` string, nullable
  - `results` OptionalPlanListSerializer[]
    - `id` integer
    - `floor` PlanFloorSerializerV1
      - `id` integer
      - `name` string, required
      - `parent_id` integer, nullable
      - `status` 'planning' | 'live'
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `image_url` string
    - `source_pdf_url` string
    - `source_pdf_page` integer, nullable

## Other responses

- `403` — Forbidden - Access Denied
- `404` — Not Found

---

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