latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-0520621.8 MB

910f8a49ca9e

Get user graph relationships

Get graph relationships for a user (followers, following, owns, stars, contributes). Supports pagination and includeAttributes. Requires RAW service. Credits: 1 per result + graph relationship credits if includeAttributes is specified.

post/raw/users/{id}/graph/{relationship}

Path parameters

idstring required

GitHub node ID or BountyLab ID of the user

GitHub node ID or BountyLab ID of the user

relationship'followers' | 'following' | 'owns' | 'stars' | 'contributes' required

Graph relationship type

Graph relationship type

Request body

firstnumber

Number of items to return (default: 100, max: 100)

afterstring

Cursor for pagination (opaque base64-encoded string from previous response)

Example request

{
  "first": 100,
  "after": "eyJvZmZzZXQiOjEwMH0="
}

Response

Graph relationship retrieved successfully

FollowersResponse required— unresolved $ref
OR
FollowingResponse required— unresolved $ref
OR
OR
OR