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