---
title: "Get account relationship."
method: GET
path: "/v1/accounts/{id}/relationship"
tags: ["accounts"]
---

# Get account relationship.

`GET /v1/accounts/{id}/relationship`

Get an account relationship by account ID and user profile ID.

## Path parameters

- `id` string, required

## Query parameters

- `user_profile_id` string, required

## Response `200`

OK

- AccountRelationshipView — Account relationship information.
  - `user_profile_id` string, required — The user profile ID.
  - `account_id` string, required — The account ID.

## Other responses

- `404` — Account relationship not found.

## Changes

- **2025-11-19** `5f33221208c1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/runloopai/apis/runloop-api/changes/v1/accounts/:id/relationship/get.md)

---

[API](https://skmtc.dev/runloopai/apis/runloop-api.md) · [All operations](https://skmtc.dev/runloopai/apis/runloop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runloopai/runloop-api/revisions/0dd27c6877ed/schema)
