mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-10 08:05:22 +02:00
8 lines
213 B
Text
8 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.
|