Get task

Get task data, metadata, annotations and other attributes for a specific labeling task by task 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

idstringRequired
Task ID

Response

LseTaskobject
Data Manager Task Serializer with FSM state support.
OR
LseTaskSerializerForReviewersobject
Data Manager Task Serializer with FSM state support.
OR
LseTaskSerializerForAnnotatorsobject
Data Manager Task Serializer with FSM state support.