# Get Courses **GET /v1/courses** Get Courses ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### 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 - **status[eq]** (string) Search Course with a specific status - **status[in]** (array[string]) Search Course which have the following statuses - **privacy[eq]** (string) Search Course with a specific privacy - **privacy[in]** (array[string]) Search Course which have the following privacy - **moduleName[eq]** (string) Search Courses with a specific module name - **moduleName[contains]** (string) Search Courses that contains this in the module name ## Responses ### 200 Courses 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)