# List Course steps **GET /v1/courses/{courseId}/steps** List Course steps ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **courseId** (string) The id of the course ### Query parameters - **page** (integer | null) The page number in a paginated set of results - **limit** (integer | null) The limit of results to be returned per page - **title[eq]** (string) Search course steps with a specific title - **title[contains]** (string) Search course steps that contains this in the title - **solution[in]** (array[string]) Search course steps with theses types of content - **solution[eq]** (string) Search course steps with a specific content type ## Responses ### 200 Courses steps returned successfully #### Body: application/json (object) - **items** (array[object]) The items found - **total** (integer) The total number of items found ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden ### 404 Course not found [Powered by Bump.sh](https://bump.sh)