Skip to content
GuideAPIANT.aiv2

Execution history

View .md

What APIANT records for each run of an automation, how to find, filter, export and stop runs in Execution History, and how long run history is kept.

Every time an automation runs, APIANT records a run: when it started, how it ended, and the input and output of every step. Execution History shows the runs of one automation, and you can open any run to see what each step received and returned.

Open Execution History

From the dashboard, select the history icon on an automation's row. Selecting the red Error badge on a row opens the same page filtered to failed runs.

The Execution History page for Docs demo: Order intake, with the search, status and date filters, the Instant schedule note, and four runs: one snoozed, one with an error and an Ask about this button, and two successful.

Execution History lists runs newest first, with each run's status, start time and record counts.

For an automation with a schedule or polling trigger, the page shows when it will next run.

What a run records

ItemDetail
StatusHow the run ended; see the table below
CountsRecords processed with success, error and filtered outcomes, and steps that failed but were recovered
StepsEach step's status, input and output, and the error message for a failed step
HTTP detailFor steps that call an API, the request sent and the response received
Data rowsFor a polling trigger that fetched several records, one row per record, each with its own step results

A failed run of Docs demo: Order intake opened in Execution History, with the failed script step's detail panel showing its Input, an empty Output and the error message; the steps after it are marked not run.

Opening a run lists its steps; expanding a step shows its input, output, and the HTTP request and response when there is one.

Run statuses and filters

FilterShows runs that
AllAny status
SuccessFinished without an error
ErrorsEnded with an error
Success and ErrorsEnded as either success or error
FilteredFiltered out at least one record
Awaiting Form SubmissionAre paused on a form. Open form opens the pending form.
Awaiting ModerationAre paused on an approval. View in moderation queue opens the item.
SnoozedAre paused for any reason: a timer, a form, an approval, or an automatic retry
MissedWere scheduled but never ran. Run it now starts the missed run.
InfoProcessed no records and are not paused
RecoveredHad a step that failed but was handled by an error subroutine, so the run continued

Narrow the list by date, and use Search history... to find a run by its execution number or by text in a step's error message. Search does not look inside step input or output data.

Actions on runs

ActionWhereEffect
Retry…A failed runRuns the failed work again. See Retries, replays and restarts.
Retry all errors…The run listRetries every failed run of the automation
Halt execution…While a run is executingStops the run at its next step boundary. The run ends as halted.
Notify when done…While a run is executingEmails you when the run finishes
Wake up / Wake up all snoozed…Snoozed runsResumes the run now instead of at its scheduled time
Cancel all snoozed…Snoozed runsCancels the paused runs so they never resume
Export ▾The run listDownloads Export history (CSV), Export history + data rows (CSV), or, inside a run, Export data rows (CSV)
Ask about thisA failed run, when the in-app assistant is available to youOpens a conversation with the in-app assistant about that run. See Ask about an automation or a failed run.

You can also ask Claude about runs in plain English: "What failed in the Shopify order sync today?", "Show me the input to step 3 of the last run", or "Stop the run that is stuck on the Salesforce step."

How long runs are kept

Run history is kept for a number of days set by your plan, then deleted. See pricing for each plan's retention. Runs that are still in progress or paused are never deleted by this cleanup, however old they are.

An automation can have data storage turned off, from its gear menu under Processing > Data storage. With data storage off:

  • A successful run's data is deleted as soon as the run finishes.
  • Failed and halted runs are deleted by the next cleanup.
  • Do not plan on retrying failed runs: APIANT does not keep the data a retry needs.

Next steps

In this section

Related docs

Last updated September 15, 2026