Skip to content
English
  • There are no suggestions because the search field is empty.

Viewing Agent Execution Logs (Coming Soon)

Agent execution logs provide comprehensive visibility into your agent's past runs, including when agents executed, how many documents were processed, and the overall success status. This two-level logging system enables verification, troubleshooting, and audit tracking.

Accessing Execution Logs:

From the Agents Table:

  1. Navigate to the Agents page
  2. Locate your agent in the table
  3. Click the "Audit trail" button in the Side Panel
  4. The Execution Logs page opens

Page Layout:

Header:

  • Agent name displayed as page title
  • Breadcrumb navigation: "Agents / {Agent name} / Audit trail"

Action Buttons:

  • Export: Download logs as Excel or CSV
  • Customize columns: Show/hide table columns
  • Filter: Narrow displayed runs by criteria

Execution Logs Table:

The logs table displays all historical executions with the following columns:

Run Dates:

  • Format: "Month nth Day, Year HH:MM AM/PM"
  • Example: "September 1, 2025 02:00 PM"
  • Most recent runs appear first (descending order)
  • Clickable to view document-level details

Status: Status badges indicate run state:

  • "Running" (orange/yellow badge): Execution currently running
  • "Completed" (green badge): Execution finished successfully
  • "Failed" (red badge): Execution failed

Scope:

  • Number of document that will be processed

Errors:

  • Number of errors registered during the run

Screenshot 2026-02-12 at 4.16.47 PM


Clicking on a Run:

  • Click anywhere on a run row
  • Navigate to Run Details page
  • View document-by-document extraction results
  • See success/failure for each individual contract

Important Notes:

  • Execution logs retain indefinitely for audit purposes
  • Progress numbers update in real-time during active executions
  • Only runs for documents you have access to appear in logs
  • Deleting an agent removes all associated execution logs
  • Failed extractions don't create separate failed document counts (shown in document-level results instead)
  • Each manual run creates a separate log entry
  • Automated triggers (future) will also create log entries

Best Practices:

Regular Monitoring:

  • Check logs weekly for active agents
  • Review progress percentages to spot accuracy issues
  • Investigate runs with unusually low success rates
  • Compare execution frequency against expectations

Performance Analysis:

  • Track success rates over time
  • Identify when extraction accuracy degrades
  • Correlate execution results with agent configuration changes
  • Use exported data for trend analysis

Troubleshooting Agents:

  1. Identify problematic run in logs table
  2. Note low progress percentage or failed status
  3. Review individual document failures
  4. Investigate common failure patterns
  5. Adjust agent configuration based on findings
  6. Re-run manually to validate improvements