✨ Get dimension
✨ Get dimension
<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>
Retrieve a specific dimension by ID.
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
id
Dimension ID
project_pk
Project ID
Response
Dimension details
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
created_by
User who created this dimension
id
name
Unique identifier for this dimension within the project
project
Project this dimension belongs to
updated_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.
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
order
Display order within the project