cURL
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": [] } }
Retrieves an Action Run.
This endpoint requires the action:run OAuth scope.
action:run
See our OAuth2 authentication documentation
An Action Run ID.
The response is of type object.
object
Was this page helpful?