---
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

## Changes

> 45 revisions in range; 1 could not be searched.

- **2023-06-30** `be3b20207237` — 2 breaking, 2 info
  - removed the required property `masterFlags` from the response with the `200` status
  - removed the required property `tserverFlags` from the response with the `200` status
  - added the required property `master_flags` to the response with the `200` status
  - added the required property `tserver_flags` to the response with the `200` status
- **2023-06-19** `ea95e98e6be9` — 1 info
  - endpoint added
- **2022-06-13** `7856cb3301b2` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/yugabyte/apis/yugabyte-cloud/changes/gflags/get.md)

---

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