Skip to main content
GET
/
projects
/
{project_id}
/
fleets
/
{fleet_id}
/
devices
/
{device_id}
/
mdm
/
commands
List MDM commands for a device
curl --request GET \
  --url https://api.ilyama.golain.io/core/api/v1/projects/{project_id}/fleets/{fleet_id}/devices/{device_id}/mdm/commands \
  --header 'Authorization: Bearer <token>' \
  --header 'ORG-ID: <api-key>'
{
  "data": "<unknown>",
  "meta": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.ilyama.golain.io/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

ORG-ID
string
header
required

Path Parameters

project_id
string<uuid>
required
fleet_id
string<uuid>
required
device_id
string<uuid>
required

Response

MDM commands loaded

Preferred shape for successful JSON responses is { ok, data, meta } with list metadata (e.g. pagination totals) in top-level meta, not nested under data.

data
any | null
required

Response payload; may be null for no-content successes.

meta
any | null
required

Top-level metadata (e.g. pagination); null when unused.

ok
enum<integer>
required
Available options:
1