---
title: "Run script"
method: POST
path: "/v1/scripts/{script_id}/run"
tags: ["Scripts"]
---

# Run script

`POST /v1/scripts/{script_id}/run`

Run a script

## Path parameters

- `script_id` string, required — The unique identifier of the script

## Headers

- `x-api-key` string, nullable — Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/skyvern-ai/apis/skyvern-api-2.md) · [All operations](https://skmtc.net/skyvern-ai/apis/skyvern-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skyvern-ai/skyvern-api-2/versions/29562c6e0364/schema)
