Skip to main content
GET
List projects of the authenticated user

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code flow with PKCE, issued by the Michelangelo identity provider. Third-party clients register via Dynamic Client Registration — see the Authentication guide for the full flow.

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
cursor
string

Opaque cursor from a previous response

visibility
enum<string>
default:mine

mine (default): only the caller's own projects. all: own projects plus public/shared community projects.

Available options:
mine,
all

Response

Page of projects

data
object[]
required
next_cursor
string | null