---
title: "CurrentPlan queries the current upgrade plan."
method: GET
path: "/cosmos/upgrade/v1beta1/current_plan"
tags: ["Query"]
---

# CurrentPlan queries the current upgrade plan.

`GET /cosmos/upgrade/v1beta1/current_plan`

## Response `200`

A successful response.

- CosmosUpgradeV1beta1QueryCurrentPlanResponse — QueryCurrentPlanResponse is the response type for the Query/CurrentPlan RPC method.
  - `plan` CosmosUpgradeV1beta1Plan — Plan specifies information about a planned upgrade and when it should occur.
    - `height` string, int64 — The height at which the upgrade must be performed.
    - `info` string
    - `name` string — Sets the name for the upgrade. This name will be used by the upgraded version of the software to apply any special "on-upgrade" commands during the first BeginBlock method after the upgrade is applied. It is also used to detect whether a software version can handle a given upgrade. If no upgrade handler with this name has been set in the software, it will be assumed that the software is out-of-date when the upgrade Time or Height is reached and the software will exit.
    - `time` string, date-time — Deprecated: Time based upgrades have been deprecated. Time based upgrade logic has been removed from the SDK. If this field is not empty, an error will be thrown.
    - `upgraded_client_state` GoogleProtobufAny
      - `@type` string

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-05-21** `3874a03b0e7b` — 1 info
  - api operation id `UpgradeQuery_CurrentPlan` removed and replaced with `EvidenceQuery_CurrentPlan`
- **2025-05-09** `8dbfaa2bebb2` — 1 info
  - api operation id `CircuitQuery_CurrentPlan` removed and replaced with `UpgradeQuery_CurrentPlan`
- **2025-04-08** `21a675703a05` — 1 info
  - api operation id `AuthQuery_CurrentPlan` removed and replaced with `CircuitQuery_CurrentPlan`
- **2025-03-27** `4f349536c8f3` — 1 info
  - api operation id `FeegrantQuery_CurrentPlan` removed and replaced with `AuthQuery_CurrentPlan`
- **2025-02-24** `2ab9d24288c2` — 1 info
  - api operation id `CircuitQuery_CurrentPlan` removed and replaced with `FeegrantQuery_CurrentPlan`

[Full history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos/upgrade/v1beta1/current_plan/get.md)

---

[API](https://skmtc.dev/pokt-network/apis/http-api-console.md) · [All operations](https://skmtc.dev/pokt-network/apis/http-api-console/llms.txt) · [OpenAPI document](https://skmtc.dev/pokt-network/apis/http-api-console/revisions/671fab54b729?raw)
