# Stage History

The Stage History of a task is a record keeping track of which [Workflow](/core-concepts/workflow.md) stages the task has travelled through.

For example, if your task:

* started in the Start stage
* was manually requeued to a Label stage
* was annotated in a Label stage
* went through a Review stage
* went to Complete

This is what the task's Stage History would look like:

<figure><img src="/files/O0QhRiBCcGJWD6jOmq5D" alt="" width="375"><figcaption></figcaption></figure>

## How to access a task's Stage History

### From the Labeling Editor

Open the task in the labeling editor (e.g. click on it). Then, from the right sidebar, click on "Stage History".

<figure><img src="/files/Gym7msUjxdAxOdC6JFcQ" alt="" width="563"><figcaption></figcaption></figure>

### From the *Tasks* Tab

In your project, enter the "Tasks" tab. Find the task you'd like to see the stage history of, then click on the "History" icon to see that task's stage history.

<figure><img src="/files/nJzgdNLVlknLpqApiFDl" alt="" width="375"><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.imerit.net/core-concepts/stage-history.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
