Tool to retrieve parsed data from multiple documents processed by a specific parser. Use when you need to fetch results for multiple documents at once. Returns up to 100 results by default, with a maximum of 10000.
datestringISO 8601 or Unix timestamp; required when using 'uploaded_after' or 'processed_after' list modes.
liststringFiltering mode - 'last_uploaded', 'uploaded_after', or 'processed_after'.
limitintegerMaximum number of documents to return. Default is 100, maximum is 10000.
formatstringOutput format - 'object' for nested JSON or 'flat' for simplified key/value pairs.
sort_bystringSort by timestamp field. Options: 'parsed_at', 'processed_at', 'uploaded_at', 'first_processed_at', 'imported_at', 'integrated_at', 'dispatched_webhook_at', or 'preprocessed_at'.
parser_idRequiredstringUnique identifier for the document parser. Can be obtained via the List Parsers endpoint or found in parser settings under 'Settings > API'.
remote_idstringReturns only documents with matching remote_id.
sort_orderstringSort direction - 'ASC' for ascending or 'DESC' for descending.
include_processing_queuebooleanInclude unprocessed documents when set to true.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.