Get Jobs
Retrieve jobs. Args: AuthenticatedComputeUser: The authentication dependency, ensuring the user is authenticated and has the necessary permissions User: Logged user information. Ordering_params: The ordering parameters Paginated_params: The pagination parameters Filter_params: The filter parameters Returns: PaginatedResponse[ProducedPartialJobResponse]: A paginated response containing the list of the requested jobs, excluding the job result attribute
Parameters
Query Parameters
Unique id for the job
Unique id for the job
First characters of the job id
First characters of the job id
Owner batch of the job
Owner batch of the job
Owner project of the job
Owner project of the job
Owner user of the job
Owner user of the job
Job status type enum
Job status type enum
Minimum number of times the pulser sequence is repeated
Minimum number of times the pulser sequence is repeated
Maximum number of times the pulser sequence is repeated
Maximum number of times the pulser sequence is repeated
Whether errors werer returned when executing the job
Whether errors werer returned when executing the job
Origin of the job
Origin of the job
Time when the emulator or QPU indicated a job was started
Time when the emulator or QPU indicated a job was started
Time when the emulator or QPU indicated a job finished, failed or was cancelled
Time when the emulator or QPU indicated a job finished, failed or was cancelled
Responses
200
Successful Response
A list of responses with pagination information.
For backwards compatibility, this also exposes pagination using the following header format:
Access-Control-Expose-Headers: Content-Range
Content-Range: $FIRST_ITEM_IN_BATCH-$LAST_ITEM_IN_BACH/$TOTAL_ITEMS_AVAILABLE
object
Response to a request for a job.
This schema defines all the fields that can be publicly shared by the API and do not require significant computational resources. For example, ‘logs_links’ or ‘results link’.
object
An enumeration.
object
Pagination information
object
422
Validation Error