operations__get_command_status
Check iikoCloud command status by correlation ID to get Success, InProgress, or Error. Determine when to stop polling or handle expired operations with HTTP 410.
Instructions
Статус команды по correlation_id (Success/InProgress/Error).
HTTP 410 — correlationId устарел, polling прекращать. SDK-исключение ApiException со status=410 пробрасывается вызывающему как есть (в проекте нет отдельного исключения для этой ситуации). Где взять ID: organizationId → organizations__get_organizations. Троттлинг MCP-сервера (не лимит iikoCloud): не чаще 60 запрос(ов) за 60 с — кэшируйте результат в диалоге.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |