Sign in

Get Time Entries

documented

View time entries within a date range for the Workspace.

GET /v2/team/{team_id}/time_entriesTime Trackingno 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://api.clickup.com/api/v2/team/{{$team_id}}/time_entries?start_date={{start_date}}&end_date={{end_date}}&assignee={{assignee}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get Time Entries · ClickUp · OpenIntegrations