curl --request GET \ --url https://api.nfig.ai/apis/request/workflow/step/status/<stepId> \ --header 'api-key: <api-key>'
{ "goal": "Go to amazon.com", "type": "ACT", "status": "INITIATED" }
Unique identifier for each step
Goal to be executed
Whether the goal is Ask or Act type
ACT
ASK
Status of the step
INITIATED
COMPLETED
FAILED
STOPPED