Quantum as a Service API
​string​string · enum​integer · int32​integer · uint32​string · enum​integer · uint64
​string · required​string​string​string · enum​string[]​string
Applications
An application is a pre-defined quantum algorithm to solve specific task
List all available applications
GET
https://api.scaleway.com
/qaas/v1alpha1/applications
Retrieve information about all applications.
query Parameters
nameList applications with this name.
application_typeList applications with this type.
Enum values:
unknown_type
vqe
Default: unknown_type
pagePage number.
page_sizeMaximum number of applications a to return per page.
order_bySort order of the returned applications.
Enum values:
name_asc
name_desc
type_asc
type_desc
Default: name_asc
List all available applications › Responses
200
total_countTotal number of applications.
List of applications.
Get application information
GET
https://api.scaleway.com
/qaas/v1alpha1/applications/{application_id}
Retrieve information about the provided application ID, such as name, type and compatible platforms.
path Parameters
application_idUnique ID of the application.
Get application information › Responses
200
idUnique ID of the application.
nameName of the application.
typeType of the application.
Enum values:
unknown_type
vqe
Default: unknown_type
compatible_platform_idsList of compatible platform (by IDs) able to run this application.
input_templateJSON format describing the expected input.