# Get learning path step completion **GET /v1/learningPaths/{learningPathId}/participants/{learningPathParticipantId}/stepCompletions/{stepCompletionId}** Get learning path step completion ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **learningPathId** (string) The id of the learning path - **learningPathParticipantId** (string) The id of the learning path participant - **stepCompletionId** (string) The id of the learning path step completion ## Responses ### 200 Learning path step completion returned successfully #### Body: application/json (object) - **id** (string) The id of the learning path content completion. - **stepContentId** (string) The id of the learning path content. - **learningPathParticipantId** (string) The id of the learning path participant. - **contentType** (string) The type of the learning path content. - **completedAt** (integer) Timestamp in ms of completion date ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden ### 404 Learning path step completion not found [Powered by Bump.sh](https://bump.sh)