---
title: "Proposals queries all proposals based on given status."
method: GET
path: "/cosmos/gov/v1beta1/proposals"
tags: ["Query"]
---

# Proposals queries all proposals based on given status.

`GET /cosmos/gov/v1beta1/proposals`

## Query parameters

- `proposalStatus` 'PROPOSAL_STATUS_UNSPECIFIED' | 'PROPOSAL_STATUS_DEPOSIT_PERIOD' | 'PROPOSAL_STATUS_VOTING_PERIOD' | 'PROPOSAL_STATUS_PASSED' | 'PROPOSAL_STATUS_REJECTED' | 'PROPOSAL_STATUS_FAILED'
- `voter` string
- `depositor` string
- `pagination.key` string, byte
- `pagination.offset` string, uint64
- `pagination.limit` string, uint64
- `pagination.countTotal` boolean
- `pagination.reverse` boolean

## Response `200`

A successful response.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/notional-labs/apis/http-api-console.md) · [All operations](https://skmtc.net/notional-labs/apis/http-api-console/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notional-labs/http-api-console/revisions/b52b697c5776/schema)
