• GET /user/nodes/cmd for request(s) by id.

    When nodeId is omitted, a multi-node send may return one record per node for the same requestId. Pass nodeId to scope to a single node.

    Parameters

    • requestId: string

      The request id returned by createCmdRespRequest.

    • OptionalnodeId: string

      Optional node scope; omit to look up by request id alone.

    Returns Promise<ESPCmdRespRequest[]>

    Matching request records (empty when the backend has no match).