---
title: "Retrieve Action Run"
method: GET
path: "/v2/action-runs/{id}"
tags: ["Experimental"]
---

# Retrieve Action Run

`GET /v2/action-runs/{id}`

Retrieves an Action Run.

#### When using OAuth

This endpoint requires the `action:run` OAuth scope.

## Path parameters

- `id` string, required

## Response `200`

- ActionRunResponse — The response of a given Action Run
  - `data` ActionRunResponse, required — recursive

## Other responses

- `400` — This schema can be expected for 4xx 'Malformed request.' errors
- `401` — 401 Response
- `403` — 403 Response
- `409` — 409 Response
- `429` — 429 Response
- `500` — This schema can be expected for 5xx 'A server error occurred.' errors
- `503` — 503 Response
- `504` — 504 Response

---

[API](https://skmtc.dev/zapier/apis/trigger-inbox-api.md) · [All operations](https://skmtc.dev/zapier/apis/trigger-inbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zapier/trigger-inbox-api/revisions/3fc4c2846ba1/schema)
