v5

latestSwagger 2.0MIT2026-08-03485217850.7 KB
repository

List a user's tracked times in a repo

get/repos/{owner}/{repo}/times/{user}

Path parameters

ownerstring required

owner of the repo

repostring required

name of the repo

userstring required

username of the user whose tracked times are to be listed

Response

TrackedTimeList

createdstring date-time
idinteger

ID is the unique identifier for the tracked time entry

issue_idinteger

deprecated (only for backwards compatibility)

timeinteger

Time in seconds

user_idinteger

deprecated (only for backwards compatibility)

user_namestring

username of the user

Example response

[
  {
    "issue": {
      "labels": [
        {
          "color": "00aabb"
        }
      ]
    }
  }
]