Skip to content
Pasqal Documentation

Get All Packages

GET
/api/v1/packages

Responses

200

Successful Response

A list of responses with pagination information.

For backwards compatibility, this also exposes pagination using the following header format:

Access-Control-Expose-Headers: Content-Range
Content-Range: $FIRST_ITEM_IN_BATCH-$LAST_ITEM_IN_BACH/$TOTAL_ITEMS_AVAILABLE
object
status
string
Allowed values: success fail error
message
string
default: OK.
code
string
default: 200
data
required
Array<object>
object
value
required

An enumeration.

string
Allowed values: QUANTUM_DISCOVERY QUANTUM_DISCOVERY_CHEMISTRY QUANTUM_DISCOVERY_LIGHT QUANTUM_DISCOVERY_PLAY QUANTUM_DISCOVERY_ESSENTIAL LEARN_BY_CODING VQPU
label
required
string
pagination
required

Pagination information

object
total
required
integer
start
required
integer
end
required
integer