---
title: "Run Action"
method: POST
path: "/sdk/v1.0/integrations/actions/run"
tags: ["SDK"]
---

# Run Action

`POST /sdk/v1.0/integrations/actions/run`

## Request body

- RunActionRequest
  - `action_id` string, required — The unique identifier for the action.
  - `action_version` string — The version of the action.
  - `credential_id` string, uuid, nullable — The unique identifier of the credential
  - `inputs` object

## Response `200`

Successful Response

- ActionExecutionResponse
  - `success` boolean, required
  - `action_id` string, required — The unique identifier for the action.
  - `output` object, nullable
  - `error` string, nullable

## Other responses

- `422` — Validation Error

---

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