Skip to main content
GET
Get all projects of a team with pagination

Path Parameters

teamId
string<uuid>
required

Team ID

Query Parameters

page
number

Page number

Required range: x >= 1
Example:

1

pageSize
number

Page size

Required range: 1 <= x <= 10
Example:

10

Search query

Example:

"my-project"

Response

Projects found successfully

projects
object[]
required
totalProjects
number
required

Total number of projects

totalPages
number
required

Total number of pages