# Retrieve Document Validation Artifacts

> Retrieve Document Validation Artifacts activity for cross-platform Document Understanding projects, which retrieves validated extraction results from a completed Action Center validation action for downstream processing.

`UiPath.IntelligentOCR.StudioWeb.Activities.DataValidation.Artifacts.RetrieveDocumentValidationArtifacts`

## Description

The Retrieve Document Validation Artifacts activity retrieves the results, for a specific document, of a custom document validation action (app tasks). The activity is the counterpart of the [Create Document Validation Artifacts](https://docs.uipath.com/activities/other/latest/document-understanding/document-understanding-create-document-validation-artifacts) activity, ensuring the retrieval of data from storage buckets and making it available as a Document Data object back in the automation. After the Action Center action is completed, the activity makes the validated extraction results available in the workflow for downstream processing, as an [`IDocumentData<DictionaryData>`](https://docs.uipath.com/activities/other/latest/document-understanding/document-data#document-data) object.

## Project compatibility

**Windows | Cross-platform**

## Configuration

### Designer panel

* **Content Validation Data** - The `ContentValidationData` object output by the Create Document Validation Artifacts activity. It identifies the document whose validation artifacts are retrieved.
* **Completed App Action** - The completed App action to retrieve the validated results from. This field is required unless **Return Automatic Extraction Results** is enabled.
* **Return Automatic Extraction Results** - When enabled, the activity returns the automatically extracted results instead of the results validated in Action Center. The default value is `False`.
* **Remove Data From Storage** - When enabled, the activity deletes all data corresponding to the retrieved action from the storage bucket.

#### Output

* **Validated Extraction Results** - The validated document data as an `IDocumentData<DictionaryData>` object, available for downstream processing. When **Return Automatic Extraction Results** is enabled, this output contains the automatically extracted results instead.
