> ## Documentation Index
> Fetch the complete documentation index at: https://docs.get-exo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Proposal not found

> No such edge proposal exists for the effective subject.

This page is the resolution target of the RFC 9457 `type` URI on every `proposal_not_found` problem body: `https://docs.get-exo.com/errors/proposal_not_found`.

**HTTP status: `404` Not Found**.

```json theme={"theme":{"light":"github-light-default","dark":"github-dark-default"}}
{
  "type": "https://docs.get-exo.com/errors/proposal_not_found",
  "title": "Proposal not found",
  "status": 404,
  "detail": "No such proposal for this subject.",
  "code": "proposal_not_found",
  "requestId": "req_9f2c41ab7d0e5c18"
}
```

## Why it happens

Proposals belong to the subject whose graph produced them, and they are consumed when accepted or rejected. A proposal id that was already decided will not resolve a second time.

## How to fix it

* List current proposals with `GET /v1/proposals` under the same effective subject.
* If you already decided this proposal, the decision stands. Accepting an edge that now exists is not an error to fix.

## Related

* [`not_found`](/errors/not_found)
* [Errors](/platform/errors) for the envelope and the full catalogue
