---
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-05-13** `dab2afa06fcf` — 1 warning
  - added the new `2026-05-13` enum value to the `agentic/items/` response property for the response status `200`
- **2026-05-12** `548a0c57fdd6` — 4 warning
  - added the new `2026-05-06` enum value to the `agentic/items/` response property for the response status `200`
  - added the new `2026-05-06` enum value to the `agentic_plus/items/` response property for the response status `200`
  - added the new `2026-05-11` enum value to the `agentic/items/` response property for the response status `200`
  - added the new `2026-05-11` enum value to the `agentic_plus/items/` response property for the response status `200`
- **2026-05-05** `37b1b90ac659` — 1 info
  - endpoint added

[Change 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/dab2afa06fcf/schema)
