This tool is used to list the experiment’s jobs for AI context. Job model represents the execution of a circuit(s) on a quantum device or simulator, and contains the results and metadata of the execution.
Args: experiment_id: The ID of the parent experiment. user (UserModel): User authenticated with api key. limit (int): Limit the number of the jobs returned.
Returns: list: List of BaseJobModel objects.
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