Skip to main content
POST
Error
Fuhrt einen veroffentlichten Workflow aus und gibt Fortschrittsinformationen zuruck. Streaming ist nur moglich, wenn der Key Streaming-Zugriff erlaubt.
Erforderlicher API-Key-Scope: workflows:run.

Path-Parameter

string
erforderlich
UUID des Workflows.

Query-Parameter

string
erforderlich
Team-UUID, zu der der Workflow gehort.
boolean
Setze true, um eine Streaming-Antwort anzufordern. Der Key muss Streaming erlauben.

Body-Parameter

object
Werte fur Workflow-Input-Variablen.
string
Trigger-Bezeichnung fur den Lauf. Standard ist manual.

Beispiel-Body

Autorisierungen

Authorization
string
header
Standard:phk_your_api_key
erforderlich

Paste your Pharen API key without the Bearer prefix.

Pfadparameter

workflow_uuid
string<uuid>
erforderlich

Workflow UUID.

Body

application/json
input
object

JSON input passed to the workflow run.

Antwort

Workflow execution started or completed.

id
string<uuid>
workflow_id
string<uuid>
status
string
Beispiel:

"running"

started_at
string<date-time>