Retrieves a list of the loadIds
for all active loader jobs.
See https://www.paws-r-sdk.com/docs/neptunedata_list_loader_jobs/ for full documentation.
neptunedata_list_loader_jobs(limit = NULL, includeQueuedLoads = NULL)
The number of load IDs to list. Must be a positive integer greater than
zero and not more than 100
(which is the default).
An optional parameter that can be used to exclude the load IDs of queued
load requests when requesting a list of load IDs by setting the
parameter to FALSE
. The default value is TRUE
.