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
Example request
{
"first": 100,
"after": "eyJvZmZzZXQiOjEwMH0="
}Response
Graph relationship retrieved successfully