✨ List all annotation history items for annotation
<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 annotation history items for an annotation. Annotation history logs all actions performed with annotations, such as: imports, submits, updates, reviews, and more. Users can view annotation history items in the Annotation History panel during labeling.
Authentication
Authorizationstring
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>
Query parameters
annotation
Annotation ID to get annotation history items for.
ordering
Which field to use when ordering the results.
Response
comment
created_at
id
action
* `prediction` - Created from prediction
* `propagated_annotation` - Created from another annotation
* `imported` - Imported
* `submitted` - Submitted
* `updated` - Updated
* `skipped` - Skipped
* `accepted` - Accepted
* `rejected` - Rejected
* `fixed_and_accepted` - Fixed and accepted
* `deleted_review` - Deleted review
annotation_id
Corresponding annotation for this historical annotation
comment_id
Comment id sent with result
created_by
Created by user id
draft_id
Corresponding draft for this historical annotation
lead_time
How much time it took to annotate the task
organization_id
Organization for this annotation history
project_id
Project for this annotation history
result
Labeling result
review_id
AnnotationReview ID, using with review field
started_at
The time that a user started working on this revision of the annotation
task_id
Task id