Sign in

End Focus Time

documented

End the active Focus Session (API key).

POST \/anapi\/end_focustimeAnalytic Data APIno 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://www.rescuetime.com/anapi/end_focustime?key={{RESCUETIME_API_KEY}}" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"notes": "{{$notes}}"}'
End Focus Time · RescueTime · OpenIntegrations