UNPKG

@apify/n8n-nodes-apify

Version:
17 lines 706 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.name = exports.properties = exports.option = void 0; const properties_1 = require("./properties"); const hooks_1 = require("./hooks"); const name = 'Get run'; exports.name = name; const rawOption = { name: name, value: name, action: name, description: 'Gets the details of a specific Actor run by its ID. This endpoint is useful for retrieving information about a run, such as its status, storages, and other metadata.', }; const { properties, option } = (0, hooks_1.runHooks)(rawOption, properties_1.properties); exports.properties = properties; exports.option = option; //# sourceMappingURL=index.js.map