mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
8 lines
347 B
Text
8 lines
347 B
Text
|
|
---
|
||
|
|
title: "Create Test Run"
|
||
|
|
description: "Execute a workflow without placing a real phone call"
|
||
|
|
openapi: "POST /api/v1/workflow/{workflow_id}/runs"
|
||
|
|
---
|
||
|
|
|
||
|
|
Creates a test execution of the workflow. No outbound call is placed — this is useful for validating agent behavior, checking prompt outputs, and testing tool integrations before going live.
|