Skip to main content
Returns a paginated list of projects in the specified workspace. You can filter results by name using a fuzzy match and control pagination with page_size and continuation_token.
Permission required: project:list

Path Parameters

workspaceId
string
required
Workspace identifier

Query Parameters

page_size
integer
Number of projects to return per page
continuation_token
string
Token from a previous response to fetch the next page of results
name_fuzzy
string
Fuzzy filter by project name (partial match)

Response

data
object