---
title: "Get Suggestions"
method: GET
path: "/users/me/suggestions"
tags: ["proxy"]
---

# Get Suggestions

`GET /users/me/suggestions`

Sample existing suggestions

## Response `200`

Successful Response

- PromptSuggestion[]
  - `uuid` string, required
  - `request` string, required
  - `short_request` string, required
  - `suggestion_type` string, required
  - `date` string, nullable
  - `time` string, nullable
  - `user_location` string, nullable
  - `refs` string[], nullable
  - `completable` boolean, nullable

---

[API](https://skmtc.net/adapter/apis/adapter-api.md) · [All operations](https://skmtc.net/adapter/apis/adapter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adapter/adapter-api/revisions/ab13bbbbd391/schema)
