Run tracking filter
documentedRun a tracking report filter. ([developers.activecollab.com](https://developers.activecollab.com/api-documentation/v1/reports-and-filters/estimated-vs-tracked-time-report.html?utm_source=openai))
GET /reports/runReports & Filtersno 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://app.activecollab.com/{{$INSTANCE_ID}}/api/v1/reports/run" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "X-Angie-AuthApiToken: {{ACTIVECOLLAB_AUTH_TOKEN}}" \
-d '{"type": "{{$report_type}}", "include_subtasks": {{$include_subtasks}}}'