workflows-history

Fetches and displays run history for a specified durable workflow.

13|2|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/zapier/agent-skills --skill workflows-history
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflows-history
Source: https://github.com/zapier/agent-skills/tree/main/skills/workflows/history
Command: npx skills add https://github.com/zapier/agent-skills --skill workflows-history

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetches and displays run history for a specified durable workflow.

Core Features & Use Cases

  • Identify workflows by ID or name and prepare for history review.
  • List workflow runs to review status, timeline, inputs and outputs.
  • Drill into a specific run to retrieve step-level details and provide a direct editor link.

Quick Start

Provide a workflow ID to fetch its run history using the experimental zapier-sdk commands.

Frequently Asked Questions about workflows-history

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I view the run history for a durable workflow?

To view durable workflow run history, you provide a workflow ID or name to fetch and display its past runs. This allows you to review the status, timeline, inputs, and outputs for the specified workflow.

Can I drill down into individual workflow runs to see step-level details?

Yes, you can drill down into individual workflow runs to retrieve step-level details. This process uses the get-workflow-run command to fetch specific run data and provides a direct editor link.

What information is included when listing workflow runs?

Listing workflow runs provides the status, timeline, inputs, and outputs for a given workflow. It applies the list-workflows and list-workflow-runs commands to gather and present the execution data within the agent.

Do I need the zapier-sdk to fetch execution history for my workflows?

Yes, fetching execution history uses experimental zapier-sdk commands. You need to provide a workflow ID to utilize commands like list-workflows, list-workflow-runs, and get-workflow-run to retrieve the run data.

How can I identify a specific workflow to review its execution history?

You can identify workflows by their ID or name to prepare for history review. Once identified, the system fetches the corresponding run history to display the execution status and timing details.