List projects for the authenticated tenant
projects
List projects for the authenticated tenant
Reachable via Clerk session auth (dashboard) and via API key
auth carrying the query scope (MCP server, SDK clients). Only
returns projects that belong to the caller’s tenant — tenant
isolation is enforced server-side.
When cursor or limit is supplied the response is a single
keyset-paginated page with next_cursor and has_more. When
neither is supplied the response is the full list with no
pagination fields, preserving the dashboard contract.
GET
List projects for the authenticated tenant
Authorizations
SDK API key (tl_...) or Clerk session JWT
Query Parameters
Opaque cursor from a prior next_cursor. Omit for the first page.
Required range:
1 <= x <= 200