---
title: "✨ List dimensions"
method: GET
path: "/api/projects/{project_pk}/dimensions/"
tags: ["Dimensions"]
---

# ✨ List dimensions

`GET /api/projects/{project_pk}/dimensions/`

<Card href="https://humansignal.com/goenterprise">
        <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
        <p style="margin-top: 10px; font-size: 14px;">
            This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
        </p>
    </Card>
List all dimensions for a specific project.

## Path parameters

- `project_pk` integer, required

## Query parameters

- `agreement_methodology` string
- `is_active` boolean
- `ordering` string

## Response `200`

List of dimensions

- DimensionList[]
  - `allowed_metrics_with_params` object, required — Dictionary mapping metric type names to their parameter schemas.
  - `control_tag` string, nullable, required — Name of the control tag this dimension is extracted from. Set automatically for system dimensions.
  - `created_at` string, date-time, required
  - `description` string, required — Human-readable description of what this dimension represents
  - `extraction_method` string, required — Method used to extract values from annotation JSON
  - `extraction_method_params` unknown, required
  - `id` integer, required
  - `is_active` boolean, required — Whether this dimension is used in agreement calculations.
  - `is_categorical` boolean, required — Whether this dimension produces categorical (primitive/scalar) values.
  - `is_user_defined` boolean, required — Whether this dimension was manually created by a user. System-generated dimensions have this set to False.
  - `metric_params` unknown, required
  - `metric_type` string, required — Strategy for comparing dimension values across annotators
  - `name` string, required — Unique identifier for this dimension within the project
  - `order` integer, required — Display order within the project
  - `project` integer, required — Project this dimension belongs to
  - `updated_at` string, date-time, required
  - `values_enum` unknown, required

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/versions/1b113b8df950/schema)
