Skip to main content
GET
List projects for the authenticated tenant

Authorizations

Authorization
string
header
required

SDK API key (tl_...) or Clerk session JWT

Query Parameters

include_archived
boolean
default:false
cursor
string

Opaque cursor from a prior next_cursor. Omit for the first page.

limit
integer
default:50
Required range: 1 <= x <= 200

Response

Project list

projects
object[]
required
next_cursor
string | null
has_more
boolean