Quantum Jobs
Get Jobs
Retrieve a list of quantum jobs submitted with the authenticated API key, filtered by the specified query parameters.
GET
/
quantum-jobs
Authorizations
api-key
string
headerrequiredAuthenticate requests using an API key linked to your qBraid account. Obtain your key by registering or logging in at account.qbraid.com.
Query Parameters
status
enum<string>
default: allFilter jobs by their status group.
Available options:
all
, pending
, returned
resultsPerPage
integer
default: 10The number of job results to return per page.
provider
enum<string>
default: allFilter jobs by the quantum computing provider.
Available options:
aws
, ionq
, oqc
, quera
, rigetti
, ibm
, qbraid
, all
vendorJobId
string
Filter jobs by the vendor's job ID.
tags
object
Filter jobs by tags; each tag is a key-value pair.