Get job progress
documentedQuery job execution progress.
GET /api/environment/{environmentId}/getJobProgressInventory Visibilityno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://inventoryservice.{{$REGION_SHORTNAME}}-il{{$ISLAND_NUMBER}}.gateway.prod.island.powerapps.com/api/environment/{{$ENVIRONMENT_ID}}/getJobProgress?jobId={{$JOB_ID}}" \
-X GET \
-H "Api-Version: 1.0" \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"