UNPKG

@apify/n8n-nodes-apify

Version:
16 lines 710 B
"use strict"; 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 user runs list'; const rawOption = { name: 'Get User Runs List', value: 'Get user runs list', action: 'Get user runs list', description: 'Gets a list of Actor runs for the user. 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