Skip to content

List Capture Reviews ​

Retrieves a list of Capture review interactions, optionally filtered by template and state.

Purpose ​

Use this task to query existing Capture reviews so that subsequent tasks can iterate over them, check their status, or process their submitted data. Filtering by state lets you focus on open reviews awaiting action, completed reviews ready for processing, or stale reviews that may need attention. Any snapshots attached to the returned reviews are saved as image files in the working folder and referenced by file path.

Inputs ​

FieldTypeRequiredDescription
Capture TemplateDynamic DropdownNoFilter results to reviews created from a specific Capture form template. Leave blank to return reviews across all templates.
StateDropdownYesFilter by review state: All returns everything, Open returns active reviews, Closed returns completed reviews, Stale returns inactive reviews. Defaults to Open.

Outputs ​

NameDescription
TotalThe total number of reviews matching the filter criteria.
CapturesAn array of Capture review summary objects, each including review ID, state, form data, and snapshot file paths.

Tentech