---
title: "Get feature requests"
method: GET
path: "/internal/feature-requests"
tags: ["Internal"]
---

# Get feature requests

`GET /internal/feature-requests`

Fetch all feature requests with upvote status for the current user

## Response `200`

Successful response

- object
  - `posts` object[], required
    - `id` string, required
    - `title` string, required
    - `content` string
    - `upvotes` number, required
    - `date` string, required
    - `postStatus` object
      - `name` string, required
      - `color` string, required
    - `userHasUpvoted` boolean, required

---

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