# List all sub profiles **GET /profile/list/all** List all sub profiles that match the current authenticated context (subject, branch, clientId) ## Servers - universecloud API v1: https://api.universecloud.io (universecloud API v1) ## Authentication methods - Api key auth - Bearer auth ## Parameters ### Query parameters - **sort** (string) a parameter used for sort (e.g createdAt or points) - **sortOrder** (string) asc or desc - **before** (string) Use before to query for entries before a given parameter. (e.g before[createdAt]=2023-06-21T12:34:56+00:00) - **after** (string) Use after to query for entries after a given parameter. (e.g after[createdAt]=2023-06-21T12:34:56+00:00) - **limit** (integer) Limits the number of results. (default 50, max 500) - **filter** (object) Use any key value combination to query for properties (e.g name=foo) ## Responses ### 200 success #### Body: application/json (array[#/components/schemas/Profile]) array[#/components/schemas/Profile] [Powered by Bump.sh](https://bump.sh)