Skip to main content
POST

Authorizations

Authorization
string
header
required

JWT token for authentication

Path Parameters

interruptId
string<uuid>
required

Interrupt UUID

Body

application/json

Request body for resolving an interrupt

value
any
required

User's response. Type depends on interrupt type:

  • confirmation: boolean
  • choice: string or string[]
  • text: string
  • form: object
  • review: ReviewResolution (decisions map + summary)

Response

Interrupt resolved successfully

success
boolean

Whether the request was successful

data
object

Represents a Human-in-the-Loop interrupt request. Interrupts are created when workflow execution requires user input.

message
string

Response message

error
string

Error message (if any)