list
The list command is used to display a list of your recent jobs.
Usage
bytesalt listArguments
--page <number>: Page number for pagination. The default is 1.--page-size <number>: Page size for pagination. The default is 20.
Output
The list command will display a table with the following columns:
- ID: The unique identifier for the job.
- Name: The name of the job (based on the start command prompt).
- Status: The current status of the job (e.g., Running, Succeeded, Failed).
- Started: The relative time when the job was started (e.g., “2 minutes ago”).
- Duration: The duration of the job or time elapsed if still running.
Last updated on