---
title: "GET /v1/users/relationship?source=...&target=..."
method: GET
path: "/v1/users/relationship"
tags: ["Basic Reads"]
---

# GET /v1/users/relationship?source=...&target=...

`GET /v1/users/relationship`

## Query parameters

- `source` string, required
- `target` string, required

## Response `200`

Successful xfetch workflow response.

- object
  - `data` V1UserRelationshipObject, required
    - `source_user_id` string, required
    - `source_username` string, required
    - `target_user_id` string, required
    - `target_username` string, required
    - `following` boolean, required
    - `followed_by` boolean, required
  - `meta` object, required
    - `request_id` string, required
    - `credits` object, required
      - `charged` integer, required
      - `remaining` integer, required
    - `pagination` object
      - `next_token` string

## Other responses

- `400` — Invalid request.
- `401` — Missing, invalid, or revoked API key.
- `402` — Insufficient credits.
- `404` — Resource or endpoint not found.
- `429` — Rate limited.
- `500` — Internal error.
- `503` — Service unavailable.

---

[API](https://skmtc.net/xfetch/apis/xfetch-public-api.md) · [All operations](https://skmtc.net/xfetch/apis/xfetch-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xfetch/xfetch-public-api/versions/76c9c96abfd8/schema)
