---
title: "Get a list of all governance proposals"
method: GET
path: "/api/v1/gov/proposal/all"
---

# Get a list of all governance proposals

`GET /api/v1/gov/proposal/all`

## Query parameters

- `status` 'pending' | 'votingPeriod' | 'passed' | 'rejected' | 'executedPassed' | 'executedRejected'
- `kind` 'default' | 'defaultWithWasm' | 'pgfSteward' | 'pgfFunding'
- `pattern` string

## Response `200`

A list of governance proposals.

- Proposal[]
  - `id` string, required
  - `content` string, required
  - `type` 'default' | 'defaultWithWasm' | 'pgfSteward' | 'pgfFunding', required
  - `tallyType` 'twoFifths' | 'oneHalfOverOneThird' | 'lessOneHalfOverOneThirdNay', required
  - `data` string
  - `author` string, required
  - `startEpoch` string, required
  - `endEpoch` string, required
  - `activationEpoch` string, required
  - `startTime` string, required
  - `endTime` string, required
  - `currentTime` string, required
  - `activationTime` string, required
  - `status` 'pending' | 'voting' | 'passed' | 'rejected' | 'executedPassed' | 'executedRejected', required
  - `yayVotes` string, required
  - `nayVotes` string, required
  - `abstainVotes` string, required

## Changes

- **2025-03-14** `eb65b9fb021c` — 1 warning, 1 info
  - added the new `executedRejected` enum value to the `items/status` response property for the response status `200`
  - removed the `ExecutedRejected` enum value from the `items/status` response property for the response status `200`
- **2025-03-12** `a403736c0dcf` — 2 info
  - added the new enum value `executedPassed` to the `query` request parameter `status`
  - added the new enum value `executedRejected` to the `query` request parameter `status`
- **2025-03-12** `ed02f7f2ea60` — 2 warning
  - added the new `ExecutedRejected` enum value to the `items/status` response property for the response status `200`
  - added the new `executedPassed` enum value to the `items/status` response property for the response status `200`
- **2024-12-17** `6893b0238070` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/changes/api/v1/gov/proposal/all/get.md)

---

[API](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api.md) · [All operations](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/llms.txt) · [OpenAPI document](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/revisions/daeaaf0dd30c?raw)
