Skip to main content
GET
/
api
/
inventory
/
packages
/
{name}
/
versions
List Versions Route
curl --request GET \
  --url https://api.example.com/api/inventory/packages/{name}/versions
{
  "name": "<string>",
  "total": 123,
  "items": [
    {
      "version": "<string>",
      "minion_count": 123,
      "arch": "<string>",
      "source": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://www.halite-app.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

name
string
required

Query Parameters

source
string | null

Response

Successful Response

name
string
required
total
integer
required
items
VersionAggregate · object[]
required