# GET /product_drafts **GET /product_drafts** Fetch all product drafts ## Servers ## Parameters ### Query parameters - **expand** (string) boolean flag to expand associated entities in the response - **page** (integer) requested page number - **page_size** (integer) requested page size ## Responses ### 200 successful operation #### Body: (array[object]) - **id** (integer(int32)) - **author_user_id** (integer(int32)) - **reviewer_user_id** (integer(nullable)) - **product_attributes** (object) - **ingredient_classifications** (array[object]) - **draft_version** (integer(int32)) - **created_at** (string(DateTime)) - **updated_at** (string(DateTime)) - **approved_at** (string(nullable)) - **approved_product_id** (integer(int32)) - **brand** (object) - **category** (object) - **approved_product** (object) - **product_image** (object) ### 400 Bad Request ### 401 Authorization information is missing or invalid. ### 500 Server Error [Powered by Bump.sh](https://bump.sh)