> For the complete documentation index, see [llms.txt](https://docs.imerit.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.imerit.net/core-concepts/stage-history.md).

# 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>

## Stage History in Consensus tasks

For tasks that have passed through a [Consensus](/core-concepts/workflow/consensus.md) stage, each consensus sub-stage appears as its own entry in Stage History.

When a consensus score is available for a sub-stage, Ango Hub shows the score in that entry. You can use this to see how closely each submitted consensus answer matched the other answers for that task.

<figure><img src="/files/BILajFLHMsN2jKB5FxwT" alt="Stage History entries showing consensus scores for three consensus sub-stages" width="375"><figcaption></figcaption></figure>
