# List Collection Tag Rules **GET /collection_tag_rules** Retrieve a paginated collection of all tag rules configured for your organization. Collection Tag Rules allow organizations to automatically segment Collections into distinct lists based on shipment tags. This feature is particularly useful for organizations with multiple sellers who don't have dashboard access, enabling automated organization of collections without manual intervention. ## Servers - https://api.arta.io: https://api.arta.io () ## Parameters ### Headers - **Authorization** (string) Authorize your API calls with an Arta API token ### Query parameters - **page** (integer) Page number of the results to fetch. - **page_size** (integer) Results per page (max 50) ## Responses ### 200 A collection of Collection Tag Rule records #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body: application/json (object) - **items** (array[object]) - **metadata** (object) [Powered by Bump.sh](https://bump.sh)