GET
/
workspaces
/
{workspace_id}
{
  "id": "<string>",
  "name": "<string>",
  "settings": {},
  "owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "n_members": 123,
  "members": [
    {
      "user_id": "<string>",
      "first_name": "<string>",
      "last_name": "<string>",
      "email": "jsmith@example.com",
      "role": "basic"
    }
  ]
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

workspace_id
string
required

Response

200
application/json

Successful Response

The response is of type object.