Start and stop time tracking via the Toggl Track API for a running timer

domain: developers.track.toggl.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Authenticate using HTTP Basic Auth with your Toggl API token as the username and the literal string api_token as the password.
  2. POST to /api/v9/workspaces/{workspace_id}/time_entries with a JSON body containing description, project_id (optional), tag_ids (optional), and a start timestamp in ISO 8601 UTC; set duration to -1 to indicate a running timer.
  3. Store the returned time_entry id; this ID is required to stop the timer.
  4. PATCH to /api/v9/workspaces/{workspace_id}/time_entries/{time_entry_id}/stop to stop the currently running timer; the server sets the stop time and calculates duration.
  5. Retrieve the completed entry by GET /api/v9/workspaces/{workspace_id}/time_entries/{time_entry_id} to confirm stop time and duration.
  6. If you need to modify the entry after stopping (e.g., add a project), PUT to the same time entry endpoint with the full updated entry object.

Known gotchas

Related routes

Authenticate to the Toggl Track API and pull time entries for reporting
developers.track.toggl.com · 6 steps · unrated
Monitor SLA Timers on TrackTik Dispatch Tasks for client response-time reporting
support.tracktik.com · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans