Warning
The package qiskit-ibmq-provider
is being deprecated and its repo is going to be
archived soon. Please transition to the new packages. More information in
https://ibm.biz/provider_migration_guide
qiskit.providers.ibmq.IBMQBackend.reservations¶
- IBMQBackend.reservations(start_datetime=None, end_datetime=None)[source]¶
Return backend reservations.
If start_datetime and/or end_datetime is specified, reservations with time slots that overlap with the specified time window will be returned.
Some of the reservation information is only available if you are the owner of the reservation.
- Parameters
start_datetime (
Optional
[datetime
]) – Filter by the given start date/time, in local timezone.end_datetime (
Optional
[datetime
]) – Filter by the given end date/time, in local timezone.
- Return type
List
[BackendReservation
]- Returns
A list of reservations that match the criteria.