Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Rigetti Computing reservations API

Find existing time on a Rigetti QPU and reserve it.

Rigetti Computing reservations API is one of 11 APIs that Rigetti Computing publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include reservations. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 2 JSON Schemas.

This API exposes 7 operations across 5 paths, and defines 12 schemas. It is described by OpenAPI 3.0.2, at version 2020-07-31.

Requests are made against a single base URL, https://api.qcs.rigetti.com.

7 operations 5 paths 12 schemas 1 DELETE5 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.2
API Version
2020-07-31
Base URL
https://api.qcs.rigetti.com
Authentication
HTTP Bearer, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Rigetti Computing reservations API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (JWTBearer). It accepts HTTP bearer tokens (JWT) (JWTBearerOptional).

  • JWTBearer — A JSON web token with sub or uid claim, as well as groups claim. If the token is absent, invalid or expired, the client will receive a 401 response. If the tok…
  • JWTBearerOptional — Same as JWTBearer, but the Authorization header is optionally parsed. Clients will receive a 401 response if an invalid or expired token is provided. Otherwise…

Paths & Operations 7

Across 5 paths, the API surfaces 7 operations — 1 DELETE, 5 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

reservations 7

Find existing time on a Rigetti QPU and reserve it.

GET
/v1/calendars/{quantumProcessorId}
Get Quantum Processor Calendar
GetQuantumProcessorCalendar 1 param → 200403404
GET
/v1/groups/{groupName}/reservations
List Group Reservations
ListGroupReservations 6 params → 200401422
GET
/v1/reservations
List Reservations
ListReservations 7 params → 200401422
POST
/v1/reservations
Create Reservation
CreateReservation 2 params body → 201401402403409422
GET
/v1/reservations/{reservationId}
Get Reservation
GetReservation 1 param → 200401403404
DELETE
/v1/reservations/{reservationId}
Delete Reservation
DeleteReservation 1 param → 200401403404
GET
/v1/reservations:findAvailable
Find Available Reservations
FindAvailableReservations 5 params → 200401422

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are Reservation (16 properties), CreateReservationRequest (6 properties), AvailableReservation (5 properties), Error (4 properties). Each schema is shown below with its type and property counts.

ValidationError
object
3 properties 2 required
CreateReservationRequest
object
6 properties 3 required
ListReservationsResponse
object
2 properties 2 required
Error
object
4 properties 3 required
Filter
string
A string conforming to a limited set of the filtering operations described in [Google AIP 160](https://google.aip.dev/160). Expressions are always of the form…
AvailableReservation
object
5 properties 5 required
AccountId
string
userId for accountType "user", group name for accountType "group".
FindAvailableReservationsResponse
object
2 properties 1 required
Order
string
A string conforming to order specification described in [Google AIP 132](https://google.aip.dev/132ordering). Fields are specific to the route in question, but…
QuantumProcessorCalendar
object
Details about calendars related to a quantum processor.
1 property
Reservation
object
16 properties 9 required
AccountType
string
There are two types of accounts within QCS: user (representing a single user in Okta) and group (representing one or more users in Okta).

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rigetti-reservations-api-openapi.yml Raw ↑

Other APIs Rigetti Computing publishes across the network.

Rigetti QCS Translation Service (gRPC)
Rigetti QCS Controller Service (gRPC)
Rigetti Computing account API
Rigetti Computing authentication API
Rigetti Computing clientApplications API
Rigetti Computing endpoints API
Rigetti Computing engagements API
Rigetti Computing Healthcheck API
Rigetti Computing quantumProcessors API
Rigetti Computing Rigetti QCS API API