BizKitHub
DocsAPI ReferenceTime Tracker/bff/time-tracker/running
getTime TrackerAdmin BFF

/bff/time-tracker/running

Returns the running entry for the authenticated member, or null.

TimeTrackergetBffTime-trackerRunning

Parameters

No parameters required

This endpoint takes no path, query, header or body parameters.

Response schema

1 status code documented

200Success
runningnull | objectRequired
One of 2:
Variant 1
null
Variant 2
idnumberRequired
notestring | nullRequired
One of 2:
Variant 1
string
Variant 2
null
startedAtstringRequired

Response example

application/json
{}

Request example

GET /bff/time-tracker/running

get
curl -X GET "https://api.bizkithub.com/bff/time-tracker/running" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key