{% extends "docs/base.html" %} {% block docs_content %}
List timers in your user scope, a team you own, or a repo you can read.
list_timers
{
"repo": "teams/platform/website",
"status": "active",
"limit": 20
}
Omit both team and repo for your own timers. They are mutually exclusive. status accepts active, paused, completed, or cancelled. limit defaults to 20 and is clamped to 1-100.
{
"timers": [
{ "uuid": "8f7a2ba9-8a67-4a56-a8e8-0fe9f26717f6", "status": "active", "...": "..." }
],
"has_more": false
}