Skip to main content
POST
Python

Body

application/json
asyncResultId
string
required

The unique identifier of the asynchronous result to monitor before resuming.

priority
enum<string>
default:background

Queue priority for the resume request. Use 'interactive' to resume sooner for user-visible workflows. Defaults to 'background'.

Available options:
interactive,
background

Response

Request accepted, processing to resume workflow has been initiated.

message
string
required

A message indicating the request has been accepted for processing.