Skip to main content
GET
List time-tracking snapshots

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

fromDate
string
required

Start date in YYYY-MM-DD format

Example:

"2026-08-01"

toDate
string
required

End date in YYYY-MM-DD format. Maximum span is 14 days

Example:

"2026-08-14"

contractIds
string[]
Maximum array length: 250
Example:
page
integer
default:1
Required range: x >= 1
itemsPerPage
integer
default:100
Required range: 1 <= x <= 10000

Response

A paginated list of snapshots in the requested date range. Discarded snapshots are omitted.

results
object[]
required
pagination
object
required