Fetch the results of a Stored Action run
Fetch Stored Action Run
Requires the id returned from a call to /stored-actions//run to execute the stored action.
The status code returned by this call does NOT denote the status of the action in an external system, but the status of the action processing from Zapier.
Results are stored for seven days after the action was initially executed.
Authorizations
OAuth 2.0 authentication.
Response
Success: Includes the results of the task run.
The flat response payload for fetching a stored action run.
Any errors returned by the partner when running this action.
Specifies the resource type, as required by the JSON:API specification.
The id returned by the initial call to run an action.
The result of the action call itself from the partner. You could have a success=True (Zapier succeeded) and status=error (the partner raise an error).
error- errorsuccess- successwaiting- waiting
error, success, waiting Could be empty, even if the action was successfully run.
When using bulk read action types, this denotes the state of the paging utilities. Pass it back as page on the next POST /stored-actions/{stored_action_id}/run call.