cURL
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
Get a workflow step run status
Goal to be executed
"Go to amazon.com"
Whether the goal is Ask or Act type
ACT
ASK
Status of the step
INITIATED
COMPLETED
FAILED
STOPPED