Rebatch Jobs
Parameters
Path 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
Represents a response with either a list of items or a single item in a single page.
Generic Parameters:
- A
(TypeVar): The type bound to this class, which can be a single BaseModel,
a list of BaseModels, or None.
Usage:
- To respond with an unpaginated list of FooResponse
items
from an API endpoint, ensure that your function
returns NonPaginatedResponse[List[FooResponse]]
.
- To respond with a single `FooResponse` item from an API endpoint,
make sure that your function returns `NonPaginatedResponse[FooResponse]`
and that Python recognizes it.
object
Response for a batch request which includes its jobs data but without the results.
This schema defines all the fields that can be publicly shared by the API.
object
An enumeration.
object
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
Values represent the queue a value will be written to, each priority represents the order of preference batches will be executed. Queue priority is processed in a descending order: CRITICAL, HIGH, MEDIUM, LOW, FREE
422
Validation Error