Skip to content

Execution History

The execution history shows all automation runs, helping you monitor performance and debug issues.

Access execution history from:

  1. Automations page - Click an automation to see its executions
  2. Execution modal - View details for a specific execution

The execution list displays:

ColumnDescription
StatusSuccess, Failed, Running, or Pending
Trigger EventWhat triggered this execution
StartedWhen the execution began
DurationHow long the execution took
SessionLink to the created session

Filter the list by:

  • Status - Show only successful, failed, or running
  • Date range - Executions within a time period
  • Trigger type - Filter by event source

Click an execution to view detailed information:

See what triggered this execution:

Trigger: GitHub Issue
Repository: my-org/my-app
Issue: #42 - Login button not working
Labels: bug, auth
Triggered at: 2024-01-15 10:30:42 UTC

View what the action produced:

Action: Start Session
Session ID: ses_abc123
Status: Completed
Duration: 3m 42s
Model: Claude 3.5 Sonnet

Click through to the full session to see:

  • Complete conversation history
  • Agent tool calls and outputs
  • Any artifacts produced

For failed executions, view error details:

Error: Failed to create session
Reason: AI provider rate limit exceeded
Timestamp: 2024-01-15 10:30:45 UTC

Execution is currently in progress:

  • Trigger received
  • Session being created or active
  • Agent working on the task

Execution completed successfully:

  • Session created and finished
  • No errors encountered
  • Results available

Execution encountered an error:

  • Trigger failed to process
  • Session creation failed
  • Agent encountered an error
  • Timeout exceeded

Execution is queued:

  • Waiting for resources
  • Rate limited (will retry)
CauseSolution
AI provider rate limitWait and retry, or use a different provider
Invalid credentialsUpdate credentials in Settings
Repository access deniedCheck GitHub App permissions
Session timeoutIncrease timeout or simplify task
Agent errorReview agent prompt, check session logs
  1. Check trigger data - Was the right event received?
  2. Review configuration - Are action settings correct?
  3. Examine session - If created, what did the agent do?
  4. Check credentials - Are API keys valid?
  5. Review logs - Look for specific error messages

For failed executions:

  1. Open execution details
  2. Click Retry
  3. Execution re-runs with the same trigger data

Check execution history periodically:

  • Daily for critical automations
  • Weekly for routine workflows
  • After any configuration changes

Monitor your success rate:

  • Healthy: greater than 95% success
  • Needs attention: 80-95% success
  • Investigate: less than 80% success

Set up notifications for failed executions:

  1. Enable email notifications in Settings
  2. Configure Slack integration (if available)
  3. Monitor dashboard for failure indicators

Track how often automations run:

  • Executions per day/week/month
  • Peak execution times
  • Trigger distribution

Monitor execution performance:

  • Average execution duration
  • Time to first response
  • Session completion time

Understand automation costs:

  • API token usage per execution
  • Compute time consumed
  • Total cost per automation