cURL
curl --request GET \ --url https://api.example.com/public/workflows/runs/{run_id}
curl https://catalogapi.rastro.ai/api/public/workflows/runs/{run_id} \ -H "Authorization: Bearer rastro_pk_..."
{ "status": "running", "progress": 0.5 }
{ "status": "completed", "results": { "data": [ {"sku": "A1", "title": "Product A", "enriched_field": "..."} ] } }