---
title: "Get event follow state"
method: GET
path: "/events/{eventId}/follow_state"
tags: ["events"]
---

# Get event follow state

`GET /events/{eventId}/follow_state`

Returns whether the current user is subscribed to (follows) a given remix-contest event, plus the total follower count. Useful for rendering the Follow / Following button.

## Path parameters

- `eventId` string, required

## Query parameters

- `user_id` string

## Response `200`

Success

- EventFollowStateResponse
  - `data` EventFollowState
    - `is_followed` boolean, required — Whether the authenticated / requested user is currently subscribed to this event.
    - `follower_count` integer, required — Total number of users following this event.

## Other responses

- `400` — Bad request
- `500` — Server error

---

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