List the jobs for the experiment or the circuit.
Returns the list of the jobs.
Args: experiment_id: The ID of the parent experiment. user (UserModel): User authenticated with api key. job_type (JobType | None): When specified, filter out only specific jobs. circuit_id (str | None): When specified, filter the jobs that belong to the circuit. limit (int): Limit the number of the jobs returned.
Returns: list: List of BaseJobModel objects.
Class for job types.
User local job, Analytics, Device specific analytics, Data Loading, Run, State Compression, Transpilation, Variational, Pretraining, SKQD Successful Response
Class for job status.
Submitted, Initializing, Queued, Validating, Running, Cancelled, Done, Error Class for job types.
User local job, Analytics, Device specific analytics, Data Loading, Run, State Compression, Transpilation, Variational, Pretraining, SKQD