List Teams
Teams
List Teams
List the caller’s teams.
PR 5c (Class-C volume reduction, 2026-05-16 audit): emits
Cache-Control: private, max-age=15 + a weak ETag. The
browser-side cache absorbs most of the polling traffic that made
this the #1 Sentry saturation source. After max-age expires,
revalidation hits this handler with If-None-Match and gets a
304 if the team set hasn’t changed — cheap enough that bandwidth +
re-render are saved even on the cache-miss path.
The query itself (team_service.list_teams) is unchanged; the
fix is purely the response envelope. See
docs/plans/2026-05-16-session-boundary-cleanup.md §PR 5c.
GET
List Teams
Documentation Index
Fetch the complete documentation index at: https://docs.aitasker.co/llms.txt
Use this file to discover all available pages before exploring further.