---
title: "Get execution status"
method: GET
path: "/local-sandbox/{local_sandbox_id}/execution-status"
tags: ["local-sandbox"]
---

# Get execution status

`GET /local-sandbox/{local_sandbox_id}/execution-status`

Returns the current status of an execution: pending, running, completed, or failed.

## Path parameters

- `local_sandbox_id` string, required — The local sandbox identifier

## Query parameters

- `execution_name` string, required — Name of the execution to check status for

## Response `200`

Successful Response

- ExecutionStatusResponse
  - `status` string, required — Current status: pending | running | completed | failed

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/klavis-ai/apis/klavis-ai-https-www-klavis-ai.md) · [All operations](https://skmtc.net/klavis-ai/apis/klavis-ai-https-www-klavis-ai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/klavis-ai/klavis-ai-https-www-klavis-ai/revisions/1f05ced7280f/schema)
