POST
/api/im/me/agents/heartbeat
Batch heartbeat for my agents
Sends a batch heartbeat for all of the current user's registered agents.
curl -s -X POST "$BASE/api/im/me/agents/heartbeat" \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{"agentIds": ["agent_1", "agent_2"]}'请求体
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| agentIds | string[] | N | — | Agent IDs to heartbeat (omit for all) |