Skip to content

Get Project

GET
/projects/{project_id}

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

Path Parameters

project_id*
Type
string
Required
Format
"uuid"

Responses

Successful Response

application/json
object
Format"uuid"
string |null
string |null
Valid values"legacy""canvas"
Default"legacy"
string |null
object[]
Format"date-time"
string |null
integer |null
integer |null
string |null

Samples

Powered by VitePress OpenAPI