job ls
List jobs in Studio.
Synopsis
Description
This command lists jobs in Studio. You can filter jobs by their status, specify a team, and limit the number of jobs returned. By default, it shows the 20 most recent jobs.
Options
--status STATUS- Status to filter jobs by--team TEAM- Team to list jobs for (default: from config)--limit LIMIT- Limit the number of jobs returned (default: 20)-h,--help- Show the help message and exit-v,--verbose- Be verbose-q,--quiet- Be quiet
Status options
You will be able to filter the job with following status:
CREATED- Job has been created but not yet scheduledSCHEDULED- Job is scheduled to run at a future timeQUEUED- Job is in the queue waiting to be executedINIT- Job is initializing and preparing to runRUNNING- Job is currently executingCOMPLETE- Job has finished successfullyFAILED- Job has failed during executionCANCELING_SCHEDULED- A scheduled job is being canceledCANCELING- A running job is being canceledCANCELED- Job has been canceledACTIVE- Job is in active state.INACTIVE- Job is in inactive state.
Note: The following statuses are considered active jobs:
CREATEDSCHEDULEDQUEUEDINITRUNNINGCANCELING_SCHEDULEDCANCELING
Examples
- 
List all jobs (default limit of 20):
 - 
List jobs for a specific team:
 - 
List jobs with a specific status:
 - 
List more jobs by increasing the limit:
 - 
List jobs with verbose output:
 
Notes
- The default limit of 20 jobs helps manage the output size and performance
 - Jobs are typically listed in reverse chronological order (newest first)
 - Use the 
--statusfilter to find jobs in specific states (e.g., running, completed, failed)