Skip to main content
GET
/
api
/
minions
List Minions Route
curl --request GET \
  --url https://api.example.com/api/minions
{
  "total": 123,
  "minions": [
    {
      "id": "<string>",
      "ip": "<string>",
      "os": "<string>",
      "os_family": "<string>",
      "osrelease": "<string>",
      "saltversion": "<string>"
    }
  ],
  "last_refreshed_at": "2023-11-07T05:31:56Z",
  "is_stale": false
}

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.

Response

200 - application/json

Successful Response

total
integer
required
minions
MinionSummary · object[]
required
last_refreshed_at
string<date-time> | null
is_stale
boolean
default:false