# Export SKU data 📦 **GET /export/skus/{template_uuid}** Export SKU-level data based on the definition of a Deck column template. Data is returned as json, paginated in SKU 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. Even if it is a SKU dedicated endpoint, product information will be included in the slice: it will simply use product data of the product related to each SKU. 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 (default to 25, max 100) - **modified_after** (date) When you only want to export data on SKUs that have modified after a given date, use this to specify the cutoff day (in YYYY-MM-DD format) Note that if one SKU of a product has been modified after this date, all other SKUs of this product will also be in the response. - **sku_type** (string) If you have more than one SKU type in your corporation, you can specify the key of the one you want. Otherwise the default one will be used. ## Responses ### 200 Successfully returned one slice of SKU data #### Body: application/json (object) - **status** (string) - **result** (object) [Powered by Bump.sh](https://bump.sh)