ReferenceBundles
List Bundles
List available bundles from the marketplace.
Query Parameters
limit?integer
Default
50Range
1 <= value <= 100offset?integer
Default
0Range
0 <= valueResponse Body
application/json
application/json
curl -X GET "https://loading/api/v1/bundles"{
"bundles": [
{
"description": "string",
"displayName": "string",
"iconUrl": "string",
"id": "string",
"inputJsonSchema": {},
"slug": "string",
"version": 0
}
],
"limit": 0,
"offset": 0,
"total": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}