# Workflow History

The Umbraco Workflow History provides a chronological audit trail of workflow activity for all the nodes.

It displays a table containing the following details:

* Page name/Node with the Language variant.
* Type of Publish.
* Editor/Original author requesting the workflow.
* Date the workflow was requested on.
* Comment describing the changes.

![Workflow history](/files/H6yy1dMYwxfCUOiGq02f)

You can also **Filter** the records based on the Document Type, Requested by, Created date, Completed date, Page Language, Workflow Type, and Workflow Status.

![Workflow history Filters](/files/Zd636TECxqCn88dPtB7d)

Additionally, you can adjust the total number of records displayed on a page.

![Workflow history PageSize](/files/hqoCkDA6e7Y8XhMfTQaA)

The **Detail** button at the end of the record displays an overlay with content similar to the [Active workflow](/umbraco-workflow/workflow-section/active-workflows.md) sub-section.

![Details overlay](/files/dO0iMz5yk3iADs1Ao1RA)


---

# 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.umbraco.com/umbraco-workflow/workflow-section/workflow-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.
