---
title: "Get Nudges"
method: GET
path: "/api/v1/admin/agent/nudges"
tags: ["admin-ops-agent"]
---

# Get Nudges

`GET /api/v1/admin/agent/nudges`

Deterministic nudge candidates for the admin's current page.

## Query parameters

- `route` string
- `entity_type` string, nullable
- `entity_id` string, nullable

## Response `200`

Successful Response

- AdminAgentNudgesResponse
  - `nudges` AdminAgentNudge[], required
    - `key` string, required
    - `type` string, required
    - `label` string, required
    - `count` integer, required
    - `seed_prompt` string, required
  - `pending_total` integer, required

## Other responses

- `422` — Validation Error

---

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