action frankiefinancial_query_document_checks { label: "Retrieve Document Verification Check Details.\n" description: "Get the complete list of all checks that have been performed upon a given document, including the checks that have been performed by others (in those cases you just get the id, status and date run, none of the details).\n" provider: frankiefinancial method: GET path: "/document/{documentId}/checks" encoding: json output: { type: "object" additionalProperties: true } }