# GET /product_tutorials/:id/product_tutorial_instructions **GET /product_tutorials/{id}/product_tutorial_instructions** Returns all ProductTutorialInstructions for ProductTutorial ## Servers ## Parameters ### Path parameters - **id** (integer(int64)) ID of the resource to fetch ## Responses ### 200 successful operation #### Body: (array[object]) - **id** (integer) - **product_tutorial_id** (integer) - **instruction** (string) - **created_at** (string(DateTime)) - **updated_at** (string(DateTime)) ### 400 Bad Request ### 401 Authorization information is missing or invalid. ### 404 Product Tutorial not found ### 500 Server Error [Powered by Bump.sh](https://bump.sh)