qcs_api_client.api.reservations.list_reservations#

Module Contents#

Functions#

sync(...)

List Reservations

sync_from_dict(...)

asyncio(...)

List Reservations

asyncio_from_dict(...)

qcs_api_client.api.reservations.list_reservations.sync(*, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_reservations_response.ListReservationsResponse]#

List Reservations

List existing reservations for the authenticated user,

or a target user when specifying X-QCS-ACCOUNT-ID and X-QCS-ACCOUNT-TYPE headers.

Available filter fields include:

  • startTime - timestamp

  • endTime - timestamp

  • createdTime - timestamp

  • price - integer

  • cancelled - boolean (deprecated, use showDeleted parameter)

  • quantumProcessorId - string

Available order fields include:

  • startTime - timestamp

  • endTime - timestamp

  • createdTime - timestamp

  • price - integer

Returns

Response[ListReservationsResponse]

qcs_api_client.api.reservations.list_reservations.sync_from_dict(*, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_reservations_response.ListReservationsResponse]#
async qcs_api_client.api.reservations.list_reservations.asyncio(*, client: httpx.AsyncClient, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_reservations_response.ListReservationsResponse]#

List Reservations

List existing reservations for the authenticated user,

or a target user when specifying X-QCS-ACCOUNT-ID and X-QCS-ACCOUNT-TYPE headers.

Available filter fields include:

  • startTime - timestamp

  • endTime - timestamp

  • createdTime - timestamp

  • price - integer

  • cancelled - boolean (deprecated, use showDeleted parameter)

  • quantumProcessorId - string

Available order fields include:

  • startTime - timestamp

  • endTime - timestamp

  • createdTime - timestamp

  • price - integer

Returns

Response[ListReservationsResponse]

async qcs_api_client.api.reservations.list_reservations.asyncio_from_dict(*, client: httpx.AsyncClient, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[qcs_api_client.models.list_reservations_response.ListReservationsResponse]#