ID of the app that owns this automation run (dap_...).
ID of the automation that was executed (aut_...).
Optionalcreated_When the automation run was created (ISO 8601).
Optionalevent_ID of the platform event that triggered this run. null for directly invoked automations.
Automation run ID (atr_...).
OptionalpayloadThe input event payload that triggered this run. Structure varies by automation type. Defaults to an empty object if no payload was provided.
OptionalresultThe output produced after the automation finished executing. Contains workflow-defined keys alongside any returned output. null if the run has not yet completed.
Current execution status of the run. One of "pending" (queued, not yet started), "running" (actively executing), "completed" (finished successfully), "failed" (finished with an error), or "cancelled" (stopped before completion).
OptionalteamID of the team that owns this run (tea_...). null if the run is owned by a user rather than a team.
Optionalupdated_When the automation run record was last updated (ISO 8601).
OptionaluserID of the user that owns this run (usr_...). null if the run is owned by a team rather than a user.
A single execution of an automation triggered by a platform event or direct invocation. Captures the run's status, input payload, and final result.