GET
/
v2
/
action-runs
/
{id}
curl --request GET \
  --url https://api.zapier.com/v2/action-runs/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "type": "run",
    "status": "success",
    "results": [
      {
        "id": 123
      }
    ],
    "errors": []
  }
}

This API is rate limited.

Authorizations

Authorization
string
header
required

See our OAuth2 authentication documentation

Path Parameters

id
string
required

An Action Run ID.

Response

200
application/json

The response is of type object.