GET /v1/agents/commands/{commandId}/stream
GET/v1/agents/commands/{commandId}/stream
Server-Sent Events stream for real-time command status updates
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
commandIderforderlich | string | |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/agents/commands/{commandId}/stream \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.agents.get();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |