Skip to main content
GET
/
api
/
minions
/
{minion_id}
Get Minion Route
curl --request GET \
  --url https://api.example.com/api/minions/{minion_id}
{
  "id": "<string>",
  "ip": "<string>",
  "grains": {},
  "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.

Path Parameters

minion_id
string
required

Response

Successful Response

id
string
required
status
enum<string>
required
Available options:
online,
offline,
pending,
rejected,
denied
ip
string | null
grains
Grains · object
last_refreshed_at
string<date-time> | null
is_stale
boolean
default:false