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
The response is of type object.
object