Skip to content

List Projects

GET
/projects

This method fetches and returns a list of all workspaces where the user is active.

The list that is returned also includes all the data included in the workspaces.

Returns:

  • List[WorkspaceSchema]: A list of all workspaces and its data where the user is active.

Authorizations

HTTPBearer

Use your API token

Type
HTTP (bearer)

Parameters

Query Parameters

page

Page number

Type
integer
Minimum
1
Default
1
size

Page size

Type
integer
Maximum
100
Minimum
1
Default
50

Responses

Successful Response

application/json
object
object[]
Required
integer |null
Required
integer |null
Required
integer |null
Required
integer |null

Samples

Powered by VitePress OpenAPI