# List Learning path participants **GET /v1/learningPaths/{learningPathId}/participants** List Learning path participants ## 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 - **firstname[in]** (array[string]) The firstnames of spot member to include in the result - **lastname[in]** (array[string]) The lastnames of spot member to include in the result - **email[in]** (array[string]) The emails of spot member to include in the result - **status[eq]** (string) Search participants with a specific status - **status[in]** (array[string]) Search participants with one of these status ## Responses ### 200 Learning path participants 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 Learning path not found [Powered by Bump.sh](https://bump.sh)