Retrieve a document by ID from Aryn DocParse storage. Returns the document's parsed elements (text, tables, sections with embeddings), custom properties, and optionally the original binary content. Use this after obtaining a docset_id and doc_id from other Aryn actions (e.g., li…
doc_idRequiredstringThe unique identifier of the document to retrieve. Format: 'aryn:f-xxxxxxxxxxxxxxxxxxxx'.
docset_idRequiredstringThe unique identifier of the DocSet containing the document. Format: 'aryn:ds-xxxxxxxxxxxxxxxxxxxx'.
include_binarybooleanWhen true, includes the base64-encoded original document binary data. Set to true only if you need the raw file content.
include_elementsbooleanWhen true, includes parsed document elements (sections, tables, text blocks, etc.) with their embeddings and text representations. Set to false if you only need document metadata.
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.