GET
/
apis
/
request
/
workflow
/
step
/
status
/
{stepId}

Authorizations

api-key
string
headerrequired

Path Parameters

stepId
string
required

Unique identifier for each step

Response

200 - application/json
goal
string
required

Goal to be executed

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