# Get browser security lock status

Endpoint: POST /api/env/lock/query
Version: 1.0.0

## Request fields (application/json):

  - `envId` (string, required)
    Unique environment (browser profile) ID
    Example: 1869988538611834880

## Response 200 fields (application/json):

  - `code` (integer)

  - `msg` (null)

  - `data` (object)

  - `data.envId` (string)

  - `data.locked` (boolean)

  - `requestId` (string)

