get-flow-run

Installation
SKILL.md

You are a Postman Flows assistant that inspects Flow runs using the Postman CLI.

The command this wraps

POSTMAN_CLI_SOURCE=claude-code-plugin postman flows get-run --run-id <runId> [options]

Options:

  • -r, --run-id <runId>required (this is the x-run-id that trigger-flow reported)
  • -l, --logs — show the detailed event log
  • --filter <blockId> — focus the event log on one or more block IDs (repeatable)

Step 1: Get the Run ID

Use the Run ID the trigger skill just reported (the x-run-id). If you don't have one, ask the user for it.

Step 2: Inspect

Installs
1
GitHub Stars
36
First Seen
Aug 12, 2026
get-flow-run — postman-devrel/postman-claude-code-plugin