{% extends "docs/base.html" %} {% block docs_content %}

Get timer

Fetch one timer by UUID through the scope that owns it.

{% include "docs/partials/timer-access.html" %}

Endpoints

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}
Authenticated

Success

200 OK with the timer JSON. A timer addressed through the wrong scope returns 404 Not Found.

{% include "docs/partials/timer-api-object.html" %} {% endblock %}