GET
/api/im/remote/commands/{id}
Get command status
Poll command status. The daemon sets status to delivered on ACK and completed after execution.
当前语言暂无代码示例
参数
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| id | string | Y | — | Command UUID |
响应示例
{
"ok": true,
"data": {
"id": "cmd-uuid",
"type": "tool_approve",
"status": "completed",
"result": {
"allowed": true
},
"createdAt": "2026-04-15T09:01:00Z",
"completedAt": "2026-04-15T09:01:02Z"
}
}Try it out
Path Parameters
→ /api/im/remote/commands/{id}
Sign in to use your API key
Request Body
Response
Click Execute to test