All Products
Search
Document Center

Tair (Redis® OSS-Compatible):Get a request ID

Last Updated:Jun 15, 2026

You can find a request ID by using your browser's developer tools.

Procedure

  1. In your browser, press F12 to open the developer tools.
    This example uses Chrome on Windows.
  2. In the developer tools, click the Network tab.
  3. Perform a request, such as creating an instance, modifying an instance, or calling an API operation.
  4. In the Name column of the developer tools, click the corresponding API operation, which typically starts with api.json.
  5. In the Response tab, find the RequestId.
    Figure 1. Response details
    {
      "code":"200",
      "data":{
        "RequestId":"88784F43-D330-5134-9500-1B14FA33B82C",
        "Accounts":{
          "Account":[...]
        }
      }
    }