Skip to main content

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.

Query Examples

The following query will return the result of the job with identifier <DtKTgqlNEeyznSuhYXdV_A>.

Example #1
... | loadjob DtKTgqlNEeyznSuhYXdV_A
Example #2
... | loadjob DtKTgqlNEeyznSuhYXdV_A size=100 start=5 end=97