Skip to main content
GET
cURL

Authorizations

api-key
string
header
required

Path Parameters

stepId
string
required

Unique identifier for each step

Response

200 - application/json

Get a workflow step run status

goal
string
required

Goal to be executed

Example:

"Go to amazon.com"

type
enum<string>
required

Whether the goal is Ask or Act type

Available options:
ACT,
ASK
status
enum<string>
required

Status of the step

Available options:
INITIATED,
COMPLETED,
FAILED,
STOPPED