Recent QA story runs
list_qa_story_runsRetrieve the most recent runs of a QA story to check its current health, identify the last failure, and confirm manual run completion. Each row shows status, latency, and error details.
Instructions
Return the most recent runs for a given QA story, newest first. Each row includes status (passed/failed/error/running), latency_ms, created_at, error_message headline, and assertion_failures (up to 10). Use this to understand whether a story is currently healthy, what the last failure was, and whether a manual run has completed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| storyId | Yes | QA story id (uuid) | |
| limit | No | Max runs to return (default 10) |