VirtuousAI
ReferenceBundles

List Bundles

List available bundles from the marketplace.

GET
/api/v1/bundles

Query Parameters

limit?integer
Default50
Range1 <= value <= 100
offset?integer
Default0
Range0 <= value

Response 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"
    }
  ]
}