# List all entities Lists entities. Endpoint: GET /v1alpha/entities Version: v1alpha Security: oauth2_client_credentials, oauth2_authorization_code ## Query parameters: - `pageSize` (integer) Optional. The maximum number of entities to return. The service may return fewer than this value. If unspecified, at most 50 entities will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. - `pageToken` (string) Optional. A page token, received from a previous call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to must match the call that provided the page token. - `showDeleted` (boolean) Optional. If true, soft-deleted entities will be included in the response. See AIP-164. - `skip` (integer) Optional. The number of entities to skip before starting to collect the result set. - `filter` (string) Optional. A filter expression that filters the results listed in the response. Filter only currently supports a fuzzy search on display name. See AIP-160 for more details. ## Response 200 fields (application/json): - `entities` (array) The list of entities. - `nextPageToken` (string) A token to retrieve the next page of results, or empty if there are no more results in the list. string.example = ["ChAIAhABGAE"] - `totalSize` (integer) The total number of entities matching the request. int32.example = [127]