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.