List Jobs
API Reference
List Jobs
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 job objects.
GET
List Jobs
Authorizations
Path Parameters
Query Parameters
Class for job types.
Available options:
User local job, Analytics, Device specific analytics, Data Loading, Run, State Compression, Transpilation, Variational, Pretraining, SKQD Response
Successful Response