Skip to main content

Parameters

  • org_id (str, optional): Filter by organization ID
  • user_id (str, optional): Filter by user ID
  • app_id_filter (str | dict | list, optional): JSON filter for app IDs (dict/list will be serialized)
  • app_name_filter (str | dict | list, optional): JSON filter for app names (dict/list will be serialized)
  • limit (int, optional): Max results per page. Defaults to 100 (clamped to 500).
  • offset (int, optional): Pagination offset. Defaults to 0.

Returns

  • Dict[str, Any]: API response containing apps and pagination metadata

Examples