---
title: "Get a plan"
method: GET
path: "/plans/{plan_id}"
tags: ["Plans"]
---

# Get a plan

`GET /plans/{plan_id}`

Returns a single plan with all related entities.  This resource is effectively a full plan export.

## Path parameters

- `plan_id` string, required

## Query parameters

- `last_knowledge_of_server` integer

## Response `200`

The requested plan

- PlanDetailResponse — unresolved $ref

## Other responses

- `404` — The specified plan was not found

---

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