# Retrieve a list of eSIM Profiles. **GET /v1/ESimProfiles** Retrieve a list of eSIM Profiles. eSIM Profiles that can be loaded onto consumer eUICC SIMs ## Servers - https://supersim.twilio.com: https://supersim.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Query parameters - **Eid** (string) List the eSIM Profiles that have been associated with an EId. - **SimSid** (string) Find the eSIM Profile resource related to a [Sim](https://www.twilio.com/docs/iot/supersim/api/sim-resource) resource by providing the SIM SID. Will always return an array with either 1 or 0 records. - **Status** (string) List the eSIM Profiles that are in a given status. - **PageSize** (integer(int64)) How many resources to return in each list page. The default is 50, and the maximum is 1000. - **Page** (integer) The page index. This value is simply for client state. - **PageToken** (string) The page token. This is provided by the API. ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **esim_profiles** (array[object]) - **meta** (object) [Powered by Bump.sh](https://bump.sh)