Skip to main content

List Apps

GET 

/apps

Retrieve a list of apps filtered by app_name.

Args: app_name (Optional[str]): The name of the app to filter by.

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

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

Request

Query Parameters

    app_name any

Responses

Successful Response
Schema
  • Array [

  • app_id App Id (string)required
    app_name App Name (string)required
    app_typeobject
    anyOf

    string

    updated_at Updated At (string)required
  • ]

Loading...