# Export product data 📑 **GET /export/products/{template_uuid}** Export product-level data based on the definition of a Deck column template. Data is returned as json, paginated in product slices. ## Servers - https://api.ppe-analytics.com/api/v1: https://api.ppe-analytics.com/api/v1 () ## Authentication methods - Api key ## Parameters ### Path parameters - **template_uuid** (string) The uuid of the column template in Deck. As it is a product dedicated endpoint, no SKU information must be requested in this export, they will simply be ignored. The keys in the response will use the english column name by default. To avoid breaking keys, please configure explicit slugs in the column templates. ### Query parameters - **slice_number** (integer) The number of the slice to request (default to 1) - **slice_size** (integer) The size of each slice of products (default to 25, max 100) - **modified_after** (date) When you only want to export data on products modified after a given date, use this to specify the cutoff day (in YYYY-MM-DD format) ## Responses ### 200 Successfully returned one slice of product data #### Body: application/json (object) - **status** (string) - **result** (object) [Powered by Bump.sh](https://bump.sh)