# List Learning path steps **GET /v1/learningPaths/{learningPathId}/steps** List Learning path steps ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **learningPathId** (string) The id of the learning path ### 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 - **contentTitle[eq]** (string) Search learning path steps with a specific title - **contentTitle[contains]** (string) Search learning path steps whose title contains this string - **contentType[in]** (array[string]) Search learning path steps with these types of content - **contentType[eq]** (string) Search learning path steps with a specific content type ## Responses ### 200 Learning Path 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 [Powered by Bump.sh](https://bump.sh)