---
title: "Get the status of an action run"
method: GET
path: "/v1/projects/{ref}/actions/{run_id}"
tags: ["Environments"]
---

# Get the status of an action run

`GET /v1/projects/{ref}/actions/{run_id}`

Returns the current status of the specified action run.

## Path parameters

- `ref` string, required
- `run_id` string, required

## Response `200`

- ActionRunResponse
  - `id` string, required
  - `branch_id` string, required
  - `run_steps` object[], required
    - `name` 'clone' | 'pull' | 'health' | 'configure' | 'migrate' | 'seed' | 'deploy', required
    - `status` 'CREATED' | 'DEAD' | 'EXITED' | 'PAUSED' | 'REMOVING' | 'RESTARTING' | 'RUNNING', required
    - `created_at` string, required
    - `updated_at` string, required
  - `git_config` unknown
  - `workdir` string, nullable, required
  - `check_run_id` number, nullable, required
  - `created_at` string, required
  - `updated_at` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden action
- `429` — Rate limit exceeded
- `500` — Failed to get action run status

---

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