Runs
Create Run
Creates a new Run from a Flow template.
post/v1/runs
Request body
Example request
{
"flowId": "33093874-1e3d-4ea9-b988-8cc64e5a4079",
"version": 1
}Response
A Run ID
Example response
{
"flowRunId": "fb701ac1-1246-4860-b1ec-bd916b97a990"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.