Skip to main content
GET
Get Time Log

Authorizations

Authorization
string
header
required

Bearer Authorization header of the form Bearer {token}, where {token} is your API key. By default, each API key is rate-limited to 1,000 requests per day (UTC). If you need a higher daily limit, please submit a support request.

Path Parameters

id
string
required

The ID of the StopWatch Time Log record. By default, this is the HubSpot hs_object_id. If you want to retrieve a Time Log by its unique StopWatch Record Id, you can use the idProperty query parameter to specify a552213_record_id instead.

Response

Timelog details.

id
string
Example:

1234567890

properties
object
createdAt
string<date-time>
Example:

"2026-02-27T21:24:18.038Z"

updatedAt
string<date-time>
Example:

"2026-02-28T21:24:18.038Z"

archived
boolean