---
title: "List Parse Versions"
method: GET
path: "/api/v2/parse/versions"
tags: ["V2", "Parse"]
---

# List Parse Versions

`GET /api/v2/parse/versions`

List the parse versions accepted by each tier.

## Response `200`

Successful Response

- ParseVersionsResponse — Versions accepted by the parse API, grouped by tier.
  - `fast` string[], required — Versions for the fast tier
  - `cost_effective` string[], required — Versions for the cost_effective tier
  - `agentic` string[], required — Versions for the agentic tier
  - `agentic_plus` string[], required — Versions for the agentic_plus tier

## Changes

- **2026-06-09** `b17341164de9` — 3 warning
  - added the new `2026-06-04` enum value to the `agentic/items/` response property for the response status `200`
  - added the new `2026-06-04` enum value to the `agentic_plus/items/` response property for the response status `200`
  - added the new `2026-06-05` enum value to the `cost_effective/items/` response property for the response status `200`
- **2026-06-04** `d40e17e17bd1` — 2 warning
  - added the new `2026-06-01` enum value to the `agentic/items/` response property for the response status `200`
  - added the new `2026-06-01` enum value to the `agentic_plus/items/` response property for the response status `200`
- **2026-06-01** `b4e63c161254` — 1 warning
  - added the new `2026-05-28` enum value to the `cost_effective/items/` response property for the response status `200`
- **2026-05-28** `00f6a6ae33ca` — 2 warning
  - added the new `2026-05-26` enum value to the `agentic/items/` response property for the response status `200`
  - added the new `2026-05-26` enum value to the `agentic_plus/items/` response property for the response status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/run-llama/apis/llama-platform/changes/api/v2/parse/versions/get.md)

---

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