✨ Get entity state history

<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> Get the state history of an entity

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

entity_idintegerRequired
entity_namestringRequired

Query parameters

created_at_fromstringOptional

Filter for state history items created at or after the ISO 8601 formatted date (YYYY-MM-DDTHH:MM:SS)

created_at_tostringOptional

Filter for state history items created at or before the ISO 8601 formatted date (YYYY-MM-DDTHH:MM:SS)

orderingstringOptional
Which field to use when ordering the results.
pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.
previous_statestringOptional

Filter previous_state by exact match (case-insensitive)

statestringOptional

Filter state by exact match (case-insensitive)

transition_namestringOptional

Filter transition_name by exact match (case-insensitive)

triggered_bydoubleOptional

Filter triggered_by by exact match

Response

countinteger
resultslist of objects
nextstring or nullformat: "uri"
previousstring or nullformat: "uri"