# List all ACLs for a trunk Get all access control list entries for a trunk. Endpoint: GET /trunks/{trunkId}/accessControlLists Version: 1.0.0 Security: Basic, OAuth2.0 ## Path parameters: - `trunkId` (string, required) The ID of the trunk that you want to work with ## Response 200 fields (application/json): - `accessControlListIds` (array) Array of AccessControlList ids - `totalItems` (integer) Total size of the result. Example: 10000 - `pageNumber` (string) The token to be used for listing the next page Example: "1" - `pageSize` (integer) The number of items per page. default is 1000 Example: 2000