@apify/n8n-nodes-apify
Version:
n8n nodes for Apify
16 lines • 663 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.properties = exports.option = exports.name = void 0;
const properties_1 = require("./properties");
const hooks_1 = require("./hooks");
exports.name = 'Get runs';
const rawOption = {
name: exports.name,
value: exports.name,
action: exports.name,
description: 'Gets a list of Actor runs. This endpoint is useful for retrieving a history of runs, their statuses, and other data.',
};
const { properties, option } = (0, hooks_1.runHooks)(rawOption, properties_1.properties);
exports.properties = properties;
exports.option = option;
//# sourceMappingURL=index.js.map