v2

latestOpenAPI 3.1.0LicenseRef-Convex2026-07-264790136.4 KB
Projects

List projects

List a page of projects for a team, ordered by descending project ID. Pass limit to set the page size and the nextCursor from the previous response as cursor to fetch the next page.

get/teams/{team_id}/projects

Path parameters

team_idinteger required

Team ID

Query parameters

cursorstring

Cursor for pagination

limitinteger

Maximum number of projects to return (1-100, defaults to 100)

qstring

Search query to filter projects by name or slug (case-insensitive)

Response