# Get course step completion **GET /v1/courses/{courseId}/participants/{courseParticipantId}/stepCompletions/{stepCompletionId}** Get course step completion ## 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 - **stepCompletionId** (string) The id of the course step completion ## Responses ### 200 Course step completion returned successfully #### Body: application/json (object) - **id** (string) The id of the course completion. - **stepId** (string) The id of the course step. - **courseParticipantId** (string) The id of the course participant. - **contentType** (string) The type of the course step. - **completedAt** (integer) Timestamp in ms of completion date - **quizScore** (object) The details of the quiz score. ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden ### 404 Course not found [Powered by Bump.sh](https://bump.sh)