@apify/n8n-nodes-apify
Version:
n8n nodes for Apify
22 lines • 984 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 dataset';
const rawOption = {
name: 'Get Dataset',
value: 'Get dataset',
action: 'Get dataset',
description: 'Returns dataset object for given dataset ID NOTE Keep in mind that attributes itemCount and cleanItemCount are not propagated right away after data are pushed into a dataset There is a short period up to 5 seconds during which these counters may not match with exact counts in dataset items',
routing: {
request: {
method: 'GET',
url: '=/v2/datasets/{{$parameter["datasetId"]}}',
},
},
};
const { properties, option } = (0, hooks_1.runHooks)(rawOption, properties_1.properties);
exports.properties = properties;
exports.option = option;
//# sourceMappingURL=index.js.map