GET
/
apis
/
request
/
workflow
/
status
/
{id}
curl --request GET \
--url https://api.nfig.ai/apis/request/workflow/status/<id> \
--header 'api-key: <api-key>'
{
  "executed_steps": [
    {
      "step": "<string>",
      "output": "<string>"
    }
  ],
  "status": "<string>"
}

Authorizations

api-key
string
header
required

Path Parameters

id
string
required

Unique identifier for each workflow session

Response

200 - application/json
Workflow status response
executed_steps
object[]
required
status
string
required