Connection Action

    Description

    给定一个 connection id,返回这个连接当前正在执行的,或最后一次执行完成的 query id。

    Query parameters

    • 指定的 connection id

    Response

    1. 获取指定 connection id 的 query id

      1. GET /api/connection?connection_id=101
      2. Response:
      3. {
      4. "data": {
      5. "query_id": "b52513ce3f0841ca-9cb4a96a268f2dba"
      6. },
      7. }