Retrieve the status and result of an async job started byDocumentation Index
Fetch the complete documentation index at: https://docs.lonescale.com/llms.txt
Use this file to discover all available pages before exploring further.
lonescale enrich or lonescale source.
Synopsis
Examples
Options
| Option | Description |
|---|---|
<job-id> | Required. The job ID returned by enrich or source. |
--poll | Keep polling until the job finishes (or until --timeout expires). |
--interval <seconds> | Seconds between polls (default 3). |
--timeout <seconds> | Max wait time before giving up (default 120). |
Exit codes
| Code | Meaning |
|---|---|
0 | Job finished successfully (or status was returned without --poll). |
1 | Job failed, timed out, or the CLI couldn’t reach the API. Inspect stderr for details. |
lonescale result safely in shell scripts:

