Skip to main content

List Organizations

GET 

/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.

Responses

Successful Response
Schema
  • Array [

  • id Id (string)required
    name Name (string)required
    owner Owner (string)required
    description Description (string)required
    typeobject
    anyOf

    string

    workspaces string[]
  • ]

Loading...