---
title: "GET /users/{user-id}/follows"
method: GET
path: "/users/{user-id}/follows"
tags: ["Relationships"]
---

# GET /users/{user-id}/follows

`GET /users/{user-id}/follows`

Get the list of users this user follows.

## Response `200`

OK

- object
  - `data` MiniProfile[]
    - `user_name` string
    - `full_name` string
    - `id` integer
    - `profile_picture` string

---

[API](https://skmtc.dev/datacol-io/apis/instagram-api.md) · [All operations](https://skmtc.dev/datacol-io/apis/instagram-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datacol-io/instagram-api/revisions/35709f156a45/schema)
