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-recordsTime 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://app.activecollab.com/{{$INSTANCE_ID}}/api/v1/projects/{{$project_id}}/time-records?page={{$page}}&limit={{$limit}}&query={{$query}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "X-Angie-AuthApiToken: {{ACTIVECOLLAB_API_KEY}}"
List time records · activecollab · OpenIntegrations