---
title: "Get gflags of master and tserver process"
method: GET
path: "/gflags"
tags: ["cluster-info"]
---

# Get gflags of master and tserver process

`GET /gflags`

Retrieve gflags of master and tserver process

## Query parameters

- `node_address` string, required

## Response `200`

Gflags information

- GflagsInfo — Gflags Info
  - `master_flags` Gflag[], required
    - `name` string
    - `value` string
    - `type` string
  - `tserver_flags` Gflag[], required
    - `name` string
    - `value` string
    - `type` string

## Other responses

- `400` — API Error
- `500` — API Error

---

[API](https://skmtc.net/yugabyte/apis/yugabyte-cloud.md) · [All operations](https://skmtc.net/yugabyte/apis/yugabyte-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yugabyte/yugabyte-cloud/revisions/a851ee3a0a88/schema)
