---
title: "GET /recommendation"
method: GET
path: "/recommendation"
---

# GET /recommendation

`GET /recommendation`

Get recommended items for a User given their ID.

## Query parameters

- `userId` integer, required
- `numRecs` integer

## Response `200`

Success.

## Other responses

- `400` — The User Id is not found or missing.

---

[API](https://skmtc.dev/google/apis/recommendations.md) · [All operations](https://skmtc.dev/google/apis/recommendations/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/recommendations/revisions/4b118a16e3dd/schema)
