Updates

  • SkipParsing Query Parameter for Nodes API: The Nodes GET endpoints now accept optional skipParsing=true, which skips parsing Node transforms for a faster response. You can use skipParsing=true on its own or together with detail=true. Both combinations are supported. When you pass detail=true, responses include full Node detail but omit parsed transform data, which helps integrations and dashboards that do not need that payload.

Bug Fixes

  • CLI Refresh Performance Regression: Fixed an issue where running refresh jobs with coa CLI would run for too long. CLI refresh jobs now complete in expected time.