List Time Tracking Project Tasks

Returns a paginated list of tasks for the specified time tracking project. Tasks are filtered by statuses[], which defaults to active, and optionally by an OData-style filter.

OAuth Scopes: time_tracking:project

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

The project ID.

Query Params
string

OData v4 filter expression. Filterable fields: id, name, projectId, billable, createdAt, updatedAt, deletedAt. An explicit deletedAt predicate overrides the default statuses[]=active filter.

string

Sort expression like name asc, createdAt desc. Allowed fields: id, name, projectId, billable, createdAt, updatedAt, deletedAt.

statuses[]
array of strings
Defaults to active

Statuses to include. Defaults to active (excludes deleted tasks). Use both values to include active and deleted tasks.

statuses[]
Allowed:
integer
≥ 1
Defaults to 1

The page number to retrieve (1-indexed).

integer
1 to 500
Defaults to 25

The maximum number of items per page.

Responses

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json