Skip to main content
GET
List time entries
Deprecated: This is a v1 endpoint and is deprecated. Please use the v2 API instead. v1 endpoints will be removed in a future release.
Replace {your-subdomain} with your workspace’s subdomain.
Learn how to find your subdomain in Workspace subdomain.

Headers

X-Api-Key
string
default:your-api-key
required

Use the X-Api-Key header to provide your workspace API key. Refer to Authentication for more information.

Query Parameters

client_id
string
required

Unique ID of the client. Refer to Getting the Client ID section for detailed instructions.

project_id
string
required

Unique ID of the project. Refer to Getting the Project ID section for detailed instructions.

start_date
string<date>

Filter time entries recorded on or after this date in YYYY-MM-DD format

end_date
string<date>

Filter time entries recorded on or before this date in YYYY-MM-DD format

page
integer

Retrieve paginated results by specifying the desired page number. Defaults to 1 if not specified.

page_size
integer

Number of results per page. Defaults to 30 if not specified.

Response

200 - application/json

OK - Request succeeded

time_entries
object[]
total_count
integer
page
integer
page_size
integer
total_pages
integer
next_page
integer | null
prev_page
integer | null