# List client business entities Retrieve all client business entities with basic pagination support This is a read-only lookup endpoint backed by Hasura. It is useful after creating records via /api/v1/records. Endpoint: POST /gql/v1/client_business_entities Version: 1.0.0 Security: BearerAuth ## Request fields (application/json): - `pageSize` (integer) Maximum number of records to return - `page` (integer) Number of records to skip (offset) ## Response 200 fields (application/json): - `clientBusinessEntities` (array) - `total` (object) - `total.aggregate` (object) - `total.aggregate.count` (integer) ## Response 400 fields ## Response 401 fields ## Response 500 fields