Run Workflow
Workflows
Run Workflow
Trigger a manual workflow execution with optional input data.
POST
Run Workflow
Documentation Index
Fetch the complete documentation index at: https://docs.encrata.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires a JWT token or API key in theAuthorization header.
Request
The workflow ID to execute.
Input data passed to the first step of the workflow.
Optional. Prevents duplicate runs if the same key is sent again within 24 hours.
Example request
Response
Returns the created run object.Rate Limits
Workflow runs are limited to 60 per minute per user. Exceeding this returns429 Too Many Requests.