Workflow Step Mode APIs
Get completion status of individual step
GET
/
apis
/
request
/
workflow
/
step
/
status
/
{stepId}
Authorizations
api-key
string
headerrequiredPath Parameters
stepId
string
requiredUnique identifier for each step
Response
200 - application/json
goal
string
requiredGoal to be executed
type
enum<string>
requiredWhether the goal is Ask or Act type
Available options:
ACT
, ASK
status
enum<string>
requiredStatus of the step
Available options:
INITIATED
, COMPLETED
, FAILED
, STOPPED