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
Changes
Changed in 1 of the 5 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○