List time records for project
documentedList time records associated with a specific project. ([developers.activecollab.com](https://developers.activecollab.com/api-documentation/v1/people/users-work/user-time-records.html?utm_source=openai))
GET /api/v1/projects/{project_id}/time-recordsProjectsno 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/projects/{{$project_id}}/time-records" \
-X GET \
-H "Accept: application/json" \
-H "X-Angie-AuthApiToken: {{$oauth2_access_token}}"