Skip to main content
POST
Resume workflow execution

Authorizations

x-api-key
string
header
required

Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:

Headers

x-username
string
default:(project default user)

External user (end user) to act as. Optional — if omitted, Flowra uses the project’s default external user. Send a stable username (e.g. customer_alice) only when you need another end-user context.

Path Parameters

threadId
string
required

Thread ID of the paused run

Example:

"b737d8af-a9e0-4251-9714-3fdc1126e5fb"

Body

application/json
resumeValue
object

Resume value for human-in-the-loop (true/false or object)

Example:
input
object

Additional input data for resume

Example:
executionId
string<uuid>

Paused execution to resume (defaults to the latest paused run on the thread)

Example:

"3fa85f64-5717-4562-b3fc-2c963f66afa6"

Response

200 - application/json

Workflow execution resumed successfully

success
boolean
required

Success status

Example:

true

message
string
required

Success message

Example:

"Operation completed successfully"

data
object
required

Response data

Example: