---
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

---

[API](https://skmtc.net/metabase/apis/metabase-api.md) · [All operations](https://skmtc.net/metabase/apis/metabase-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metabase/metabase-api/versions/08b5a2bafb4f/schema)
