✨ List dimensions
✨ List 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.
Authentication
AuthorizationToken
The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: <br><pre><code class="language-bash">curl https://label-studio-host/api/projects -H "Authorization: Token [your-token]"</code></pre>
Path parameters
project_pk
Project ID
Query parameters
agreement_methodology
Agreement methodology to use for computing allowed_metrics_with_params. If not provided, uses the methodology stored in the project settings. Valid values: “pairwise”, “consensus”.
is_active
Filter by active status
ordering
Which field to use when ordering the results.
Response
List of dimensions
allowed_metrics_with_params
Dictionary mapping metric type names to their parameter schemas.
control_tag
Name of the control tag this dimension is extracted from. Set automatically for system dimensions.
created_at
description
Human-readable description of what this dimension represents
extraction_method
Method used to extract values from annotation JSON
extraction_method_params
Parameters specific to the extraction method. See metrics.py for available extraction methods and their parameters.
id
is_active
Whether this dimension is used in agreement calculations.
is_user_defined
Whether this dimension was manually created by a user. System-generated dimensions have this set to False.
metric_params
Parameters for the metric. See metrics.py for available metrics and their parameters.
metric_type
Strategy for comparing dimension values across annotators
name
Unique identifier for this dimension within the project
order
Display order within the project
project
Project this dimension belongs to
updated_at