[Docs index](/docs.md) / [Scheduled Triggers](/docs/scheduled-triggers/overview.md) / Viewing Job Runs

---

# Viewing Job Runs

Every time a scheduled trigger fires, it creates a job run. You can review run history, check statuses, inspect execution logs, and rerun tasks from the Tasks page.

## Accessing the Tasks page

Navigate to **Tasks** in the left navigation, or go directly to `/agent-tasks`. The page shows a list of all job runs across your scheduled triggers, with the most recent runs at the top.

## Filtering and searching

Use the filter buttons at the top to show runs by status:

- **All** -- every run regardless of status.
- **Processing** -- runs that are currently executing.
- **Success** -- runs that completed without errors.
- **Failed** -- runs that encountered an error.
- **Partial** -- runs that completed with some issues.

Use the search field to find runs by task name, status, or run ID.

## Reading the run list

Each row in the list shows:

- **Status indicator** -- a colored dot (green for success, red for failed, blue for processing, amber for partial).
- **Task name** -- the label of the trigger that created this run.
- **Run ID** -- a unique identifier for the run, shown in monospace text.
- **Time** -- when the run was created, shown as a relative time (for example, "2h ago").
- **Duration** -- how long the run took to complete.
- **Status chip** -- the run's status as a labeled badge.

## Viewing run details

Click any run in the list to open the detail panel on the right side of the screen. The detail panel shows:

- **Task** -- the name of the trigger.
- **Run ID** -- the full unique identifier.
- **Status** -- the run's result.
- **Duration** -- total execution time.
- **Started** -- when the run began.
- **Next Run** -- when the trigger will fire next (if it is a recurring schedule).
- **Error** -- if the run failed, the error message is displayed here.
- **Execution Log** -- a timestamped list of events that occurred during the run, including tool calls, responses, and errors.

## Viewing the conversation

If the run generated a chat conversation, click **View Conversation** in the detail panel to open the full chat transcript. This lets you see exactly what the agent did, including all tool calls and responses.

## Rerunning a task

To manually trigger a run outside the normal schedule, click **Rerun Task** in the detail panel. This creates a new run using the same agent and prompt. The new run appears at the top of the list once it starts.

## Refreshing the list

Click **Refresh** in the page header to reload the run list with the latest data. The list does not auto-refresh.

If runs are not appearing, see [Troubleshooting](troubleshooting.md).

---

## Navigation

### In this section: Scheduled Triggers

- [Scheduled Triggers](/docs/scheduled-triggers/overview.md)
- [Creating a Scheduled Trigger](/docs/scheduled-triggers/creating-a-scheduled-trigger.md)
- **Viewing Job Runs** (current)
- [Troubleshooting](/docs/scheduled-triggers/troubleshooting.md)

#### Playbooks

- [Playbook: Build a Daily Zendesk Support Triage Agent](/docs/scheduled-triggers/playbook-daily-support-triage-agent.md)

### Other sections

- [MCP Servers](/docs/mcp-servers/overview.md)
- [Tool Creation](/docs/tool-creation/overview.md)
- [Agent Filesystem](/docs/agent-filesystem/overview.md)
- [Chat Sharing](/docs/chat-sharing/overview.md)
- [Agent Skills](/docs/agent-skills/overview.md)
- [Sandcastles](/docs/sandcastles/overview.md)
- [Subagents](/docs/subagents/overview.md)
- [Workspace Permissions](/docs/workspace-permissions/overview.md)

[Back to docs index](/docs.md)
