GET
/
runs
/
status
/
{run_id}
Fetch status of run using API
curl --request GET \
  --url https://keyflow-backend-62hevvkvea-uc.a.run.app/api/runs/status/{run_id}
{
  "status": "COMPLETE"
}

Response

201
application/json

Successful operation

The response is of type object.