---
title: "GET /v2/{+parent}/entities"
method: GET
path: "/v2/{+parent}/entities"
tags: ["projects"]
---

# GET /v2/{+parent}/entities

`GET /v2/{+parent}/entities`

Lists entity rows of a particular entity type contained in the request. Note: 1. Currently, only max of one 'sort_by' column is supported. 2. If no 'sort_by' column is provided, the primary key of the table is used. If zero or more than one primary key is available, we default to the unpaginated list entities logic which only returns the first page. 3. The values of the 'sort_by' columns must uniquely identify an entity row, otherwise undefined behaviors may be observed during pagination. 4. Since transactions are not supported, any updates, inserts or deletes during pagination can lead to stale data being returned or other unexpected behaviors.

## Path parameters

- `parent` string, required

## Query parameters

- `conditions` string
- `executionConfig.headers` string
- `pageSize` integer
- `pageToken` string
- `sortBy` string[]
- `sortOrder` string[]

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/connectors.md) · [All operations](https://skmtc.dev/google/apis/connectors/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/connectors/revisions/1153921b6f7b/schema)
