{% extends "docs/base.html" %} {% block docs_content %}
Fetch one timer by UUID through the scope that owns it.
GET /api/v1/users/{username}/timers/{timer_uuid}
GET /api/v1/teams/{team_slug}/timers/{timer_uuid}
GET /api/v1/teams/{team_slug}/repos/{repo_slug}/timers/{timer_uuid}
GET /api/v1/users/{username}/repos/{repo_slug}/timers/{timer_uuid}
200 OK with the timer JSON. A timer addressed through the wrong scope returns 404 Not Found.