mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
7 lines
213 B
Text
7 lines
213 B
Text
---
|
|
title: "List Runs"
|
|
description: "Retrieve all runs for a workflow"
|
|
openapi: "GET /api/v1/workflow/{workflow_id}/runs"
|
|
---
|
|
|
|
Returns all runs for the given workflow, including both test runs and live call runs.
|