Skip to main content
GET
/
v2
/
action-runs
/
{id}
Retrieve Action Run
curl --request GET \
  --url https://api.zapier.com/v2/action-runs/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "type": "run",
    "status": "success",
    "errors": [
      {
        "code": "user",
        "title": "<string>",
        "detail": "<string>",
        "delay": 123,
        "meta": {}
      }
    ],
    "results": [
      {}
    ]
  }
}
This API is rate limited.

Authorizations

Authorization
string
header
required

See our OAuth2 authentication documentation here: https://docs.zapier.com/powered-by-zapier/api-reference/authentication

Path Parameters

id
string
required

An Action Run ID.

Response

The response of a given Action Run

data
object
required

The resulting data after a given Action was run