@apify/n8n-nodes-apify
Version:
n8n nodes for Apify
22 lines • 900 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 run';
const rawOption = {
name: 'Get Run',
value: 'Get run',
action: 'Get run',
description: 'This is not a single endpoint but an entire group of endpoints that lets you retrieve the run or any of its default storages The endpoints accept the same HTTP methods and query parameters as the respective storage endpoints',
routing: {
request: {
method: 'GET',
url: '=/v2/actor-runs/{{$parameter["runId"]}}',
},
},
};
const { properties, option } = (0, hooks_1.runHooks)(rawOption, properties_1.properties);
exports.properties = properties;
exports.option = option;
//# sourceMappingURL=index.js.map