Skip to main content
Version: 5.3

loadjob

Description

Loads the results of a background task.

Syntax

loadjob <job-id> [job-options]

Required Arguments

ParameterSyntaxDescription
<job-id><int>The ID of the job to be loaded.

Optional Arguments

ParameterSyntaxDefaultDescription
<size>size=<int>Number of resultsMaximum number of data points to be retrieved.
<start>start=<int>0Start index of the event.
<end>end=<int>Index of the last eventEnd index of the event.

Examples

Example 1

When executing this query, the result of the task with identifier <DtKTgqlNEeyznSuhYXdV_A> will be returned.

... | loadjob DtKTgqlNEeyznSuhYXdV_A

Example 2

In this example, additional sampling boundaries are specified: size=100, start=5 and end=97.

... | loadjob DtKTgqlNEeyznSuhYXdV_A size=100 start=5 end=97