Skip to main content

List Apps

GET 

/apps

Retrieve a list of apps filtered by app_name and org_id.

Args: app_name (Optional[str]): The name of the app to filter by. org_id (Optional[str]): The ID of the organization to filter by. stoken_session (SessionContainer): The session container.

Returns: List[App]: A list of apps filtered by app_name and org_id.

Raises: HTTPException: If there was an error retrieving the list of apps.

Request

Query Parameters

    app_name any
    workspace_id any

Responses

Successful Response

Schema

  • Array [

  • app_id App Id (string)required
    app_name App Name (string)required
    updated_at Updated At (string)required
  • ]

Loading...