> For the complete documentation index, see [llms.txt](https://carrier-sdk-docs-android.dentwireless.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://carrier-sdk-docs-android.dentwireless.com/all-profiles-1.md).

# All Profiles

The `readInstalledEsimProfilesFromSystem` function can be used to return all eSIM profiles ([SubscriptionInfo](https://developer.android.com/reference/kotlin/android/telephony/SubscriptionInfo)) from the system created by Straic SDK or an error.

```
StraicSDK.readInstalledEsimProfilesFromSystem { profiles, error ->
    Log.i( "StraicSDK", "Profiles: ${profiles.toString()}")
    Log.i( "StraicSDK", "Error: $error")  
}
```
