Get thread

Fetch a single thread by per-repo thread number.

Endpoints

GET /api/v1/teams/{team_slug}/repos/{repo_slug}/threads/{number}
GET /api/v1/users/{username}/repos/{repo_slug}/threads/{number}

Notes

This returns only the thread itself, including uuid, per-repo number, title, body, kind, status, created_by_uuid, created_by_username, created_at, and updated_at. Use the thread replies endpoint to fetch the reply tree beneath it.