Play
Scheduled Tasks

Viewing task reports

Every time a task runs, it generates a report. Use the task report to review what happened, check for errors, and confirm the outcome of a scheduled run.

Where to find reports

  1. Go to Tasks in the sidebar.

  2. Click any task to open its details.

  3. Browse the execution reports.

What reports contain

Each report shows everything the task session produced, including:

  • Status - Whether the run completed successfully or failed.

  • Date - When the run executed.

  • Report content - A markdown summary of what the task did.

Reports can include actions taken, analysis results, any errors encountered, and a summary of outcomes.

Monitoring task health

The Tasks page gives you a quick view of task health.

  • Active - Currently running on schedule.

  • Paused - Temporarily stopped.

  • Completed - Finished all max runs or manually stopped.

  • Total runs - Cumulative execution count across all tasks.

Each task card also shows the run count and next scheduled run time, which makes it easier to spot tasks that are not firing as expected.

Failed runs

If a task fails, the report includes error details. Common causes include:

  • An integration connection expired or was revoked.

  • A referenced collection or table was deleted.

  • The task instruction referenced data or tools that were not connected.

  • An external service was temporarily unavailable.

Fix the underlying issue and the task should succeed on its next scheduled run.

Was this helpful?