GET /v1/agents/installer/download
GET/v1/agents/installer/download
Resolve the download URL for the desktop agent installer (cross-platform, no embedded config)
Query-Parameter
| Name | Typ | Beschreibung |
|---|
oserforderlich | string | |
arch | string | |
format | string | redirect → 302 to the asset; json → { url, filename, version } |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/agents/installer/download \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.agents.list();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |