---
title: "Exec executes a proposal."
method: POST
path: "/cosmos.group.v1.Msg/Exec"
tags: ["Msg"]
---

# Exec executes a proposal.

`POST /cosmos.group.v1.Msg/Exec`

## Request body

- CosmosGroupV1MsgExec — MsgExec is the Msg/Exec request type.
  - `executor` string — executor is the account address used to execute the proposal.
  - `proposal_id` string, uint64 — proposal is the unique ID of the proposal.

## Response `200`

A successful response.

- CosmosGroupV1MsgExecResponse — MsgExecResponse is the Msg/Exec request type.
  - `result` 'PROPOSAL_EXECUTOR_RESULT_UNSPECIFIED' | 'PROPOSAL_EXECUTOR_RESULT_NOT_RUN' | 'PROPOSAL_EXECUTOR_RESULT_SUCCESS' | 'PROPOSAL_EXECUTOR_RESULT_FAILURE' — ProposalExecutorResult defines types of proposal executor results. - PROPOSAL_EXECUTOR_RESULT_UNSPECIFIED: An empty value is not allowed. - PROPOSAL_EXECUTOR_RESULT_NOT_RUN: We have not yet run the executor. - PROPOSAL_EXECUTOR_RESULT_SUCCESS: The executor was successful and proposed action updated state. - PROPOSAL_EXECUTOR_RESULT_FAILURE: The executor returned an error and proposed action didn't update state.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-02-05** `de0653d8a73d` — 1 info
  - api operation id `EvidenceMsg_ExecMixin107` removed and replaced with `CircuitMsg_ExecMixin110`
- **2024-08-29** `29f6671190b2` — 1 info
  - api operation id `EvidenceMsg_ExecMixin110` removed and replaced with `EvidenceMsg_ExecMixin107`
- **2024-08-14** `21c607e4fa20` — 1 info
  - endpoint added
- **2024-07-31** `19416a3f0cd1` — 1 breaking
  - api path removed without deprecation
- **2024-07-11** `ca7e84576c8e` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos.group.v1.Msg/Exec/post.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-service-production.skmtc.workers.dev/v1/apis/pokt-network/http-api-console/revisions/de0653d8a73d/schema)
