# Metadata Queries ## Getting a List of Filter / Segmentation Properties - [GET /v3/meta/productProperties](https://rui-api.redocly.app/v3_api_redocly/metadata-queries/paths/~1v3~1meta~1productproperties/get.md): This request is to be used to get a list of properties by which you can filter or segment your reports. ## Getting a List of Possible Property Values - [POST /v3/meta/propertyValues/{product_id}](https://rui-api.redocly.app/v3_api_redocly/metadata-queries/paths/~1v3~1meta~1propertyvalues~1%7Bproduct_id%7D/post.md): This request is used in order to get a list of possible values for the selected property. This data is then used to build filters or segments as required.