Authenticated

Get projects

Returns a list of projects associated with the authenticated user.

get/api/v1/authenticated/projects

Query parameters

include_archivedboolean

Include archived projects (true/false)

projectsstring

Comma-separated list of project names

sincestring date_time

Project discovery start time (ISO 8601)

untilstring date_time

Project discovery end time (ISO 8601)

until_datestring date_time

Alias for until

startstring date_time

Stats start time (ISO 8601)

endstring date_time

Stats end time (ISO 8601)

start_datestring date_time

Alias for start

end_datestring date_time

Alias for end

Response

successful

Example response

{
  "projects": [
    {
      "name": "hackatime",
      "total_seconds": 3600
    }
  ]
}

Changes