Sign in

List time records

documented

List time records (cross-project) via API. ([developers.activecollab.com](https://developers.activecollab.com/api-documentation/v1/people/users-work/user-time-records.html?utm_source=openai))

GET / المالTime Recordsno implementation yet0 runs
No 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://activecollab.com/api/v1/projects/{{$project_id}}/financial-stats" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List time records · activecollab · OpenIntegrations