action frankiefinancial_query_entity_checks { label: "Retrieve Entity Verication Check Details\n" description: "Get the complete list of all checks that have been performed upon a given entity and its documents, 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: "/entity/{entityId}/checks" encoding: json output: { type: "object" additionalProperties: true } }