loadjob
Description
Loads the results of a background task.
Syntax
loadjob <job-id> [job-options]
Required Arguments
| Parameter | Syntax | Description |
|---|---|---|
<job-id> | <int> | The ID of the job to be loaded. |
Optional Arguments
| Parameter | Syntax | Default | Description |
|---|---|---|---|
<size> | size=<int> | Number of results | Maximum number of data points to be retrieved. |
<start> | start=<int> | 0 | Start index of the event. |
<end> | end=<int> | Index of the last event | End 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