Skip to content

.jobs.list

Liatir.jobs.list() lists async process jobs tracked by Liatir.

Signature

Example

JobEntry

FieldTypeDescription
jobIdstring / strUnique identifier for the job.
cmdstring / strCommand that was executed.
argsstring[] / list[str]Arguments passed to the command.
statusobject / dictCurrent job status (see below).
labelstring | null / str | NoneHuman-readable label.
kindstring | null / str | NoneJob kind tag.
metadataobject / dictArbitrary metadata attached to the job.
createdAtnumber / intTimestamp 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.