# Get Course participant **GET /v1/courses/{courseId}/participants/{courseParticipantId}** Get Course participant ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **courseId** (string) The id of the course - **courseParticipantId** (string) The id of the course participant ## Responses ### 200 Course participant returned successfully #### Body: application/json (object) - **id** (string) The id of the course participant. - **courseId** (string) The id of the course. - **spotMemberId** (string) The ID of the Spot member associated to the participant - **spotMemberEmail** (string) The email of the Spot member associated to the participant - **spotMemberFirstname** (object | null) The Spot member firstname associated to the participant. Can be null for a participant invited by email. - **spotMemberLastname** (object | null) The Spot member lastname associated to the participant. Can be null for a participant invited by email. - **status** (string) The status of the course participant. - **invitedAt** (string(date-time) | null) The invitation date of the participant. - **startedAt** (string(date-time) | null) The start date of the participant. - **completedAt** (string(date-time) | null) The completion date of the participant. - **unenrolledAt** (string(date-time) | null) The unenrollment date of the participant. - **lastActivityAt** (string(date-time) | null) The last activity date of the participant. - **completionRate** (integer) The completion rate of the participant. ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden ### 404 Course not found [Powered by Bump.sh](https://bump.sh)