{% extends "docs/base.html" %} {% block docs_content %}
Fetch one reply under a thread by reply number.
GET /api/v1/teams/{team_slug}/repos/{repo_slug}/threads/{number}/replies/{reply_number}
GET /api/v1/users/{username}/repos/{repo_slug}/threads/{number}/replies/{reply_number}
200 OK with a single reply JSON object containing the reply metadata, body, links, and creator fields for the requested reply number.