---
title: "POST /api/public/dashboard/{uuid}/dashcard/{dashcard-id}/execute"
method: POST
path: "/api/public/dashboard/{uuid}/dashcard/{dashcard-id}/execute"
tags: ["/api/public"]
---

# POST /api/public/dashboard/{uuid}/dashcard/{dashcard-id}/execute

`POST /api/public/dashboard/{uuid}/dashcard/{dashcard-id}/execute`

Execute the associated Action in the context of a `Dashboard` and `DashboardCard` that includes it.

   `parameters` should be the mapped dashboard parameters with values.

## Path parameters

- `uuid` string, required
- `dashcard-id` integer, required

## Request body

- object
  - `parameters` object, nullable

## Response `2XX`

Successful response

## Other responses

- `4XX` — Client error response
- `5XX` — Server error response

## Changes

- **2026-03-09** `78297d193ca4` — 1 info
  - api operation id `post-api-public-dashboard-uuid-dashcard-dashcard-id-execute` was added

[Change history](https://skmtc.dev/metabase/apis/metabase-api/changes/api/public/dashboard/:uuid/dashcard/:dashcard-id/execute/post.md)

---

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