Organization

List Organizations

Returns a list of organizations associated with the user's session.

Returns: list[Organization]: A list of organizations associated with the user's session.

Raises: HTTPException: If there is an error retrieving the organizations from the database.

get/organizations

Response

Successful Response

idstring required
namestring required
ownerstring required
descriptionstring required
typestring nullable
workspacesstring[]

Changes