.jobs.list
Liatir.jobs.list() lists async process jobs tracked by Liatir.
Signature
Example
JobEntry
| Field | Type | Description |
|---|---|---|
jobId | string / str | Unique identifier for the job. |
cmd | string / str | Command that was executed. |
args | string[] / list[str] | Arguments passed to the command. |
status | object / dict | Current job status (see below). |
label | string | null / str | None | Human-readable label. |
kind | string | null / str | None | Job kind tag. |
metadata | object / dict | Arbitrary metadata attached to the job. |
createdAt | number / int | Timestamp when the job was created. |
IMPORTANT
JobEntry fields are always camelCase in both Node and Python, because they come from the JSON response of the Liatir bridge.