---
title: "Get Agent Proposal"
method: GET
path: "/api/v1/agents/{agent_id}/proposal"
tags: ["agents"]
---

# Get Agent Proposal

`GET /api/v1/agents/{agent_id}/proposal`

The agent's live mined proposals, newest first (the anti-nag budget allows
more than one). A proposal built against stale instructions is superseded on read
(a manual edit landed since mining) and drops out of the list.

Returns a LIST because the card shows a count: returning only the newest made the
chip say "2 suggested changes" while the panel showed one, which reads as broken.

## Path parameters

- `agent_id` string, uuid, required

## Headers

- `authorization` string, nullable — Bearer <token>

## Response `200`

Successful Response

- EnvelopeListAgentProposalResponse
  - `data` AgentProposalResponse[], required
    - `id` string, uuid, required
    - `agent_id` string, uuid, required
    - `status` string, required
    - `scope` string, required
    - `suggested_addition` string, required
    - `rationale` string, nullable
    - `op` string
    - `edit_target` string, nullable
    - `edit_spans` object[], nullable
    - `finding_kind` string, nullable
    - `prediction` object, nullable
    - `receipts` RefineReceipt[]
      - `quote` string, required
      - `kind` string, required
      - `created_at` string, date-time, nullable
      - `draft_id` string, uuid, nullable
      - `actor` string, nullable
    - `evidence_count` integer, required
    - `distinct_customers` integer, required
    - `sent_asis_count` integer, required
    - `instructions_version` integer, required
    - `created_at` string, date-time, required
  - `meta` Meta
    - `request_id` string
    - `timestamp` string, date-time
    - `total` integer, nullable
    - `truncated` boolean, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/minro/apis/minro-cs-platform.md) · [All operations](https://skmtc.dev/minro/apis/minro-cs-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/minro/minro-cs-platform/revisions/eb854265cf29/schema)
