---
title: "Legacy alias: list enrichment runs (use GET /enrichment-runs)"
method: GET
path: "/batches"
tags: ["Workspace"]
deprecated: true
---

# Legacy alias: list enrichment runs (use GET /enrichment-runs)

`GET /batches`

> **Deprecated.**

Deprecated alias for `GET /enrichment-runs` — identical parameters and response.

## Query parameters

- `cursor` string
- `limit` integer
- `tableId` string, uuid

## Response `200`

A page of enrichment-run summaries in the canonical list envelope.

- object — The canonical v2 list envelope. Every list endpoint returns this shape; per-endpoint `items` element types (and documented extras like `total`) are declared on each operation.
  - `object` 'list', required
  - `items` EnrichmentRun[], required — The page of objects. Element type is per-endpoint.
    - `object` 'enrichment_run', required
    - `id` string, uuid, required
    - `batchId` string, uuid, required — Legacy alias of `id` — kept for pre-restructure consumers.
    - `tableId` string, uuid, required
    - `type` string, required — The run's work type (e.g. `upsert`).
    - `status` string, required
    - `createdAt` string, date-time, required
    - `completedAt` string, date-time, nullable, required
  - `nextCursor` string, nullable, required — Cursor for the next page; `null` means this is the last page.
  - `url` string, required — The path this list was fetched from (query string excluded).

---

[API](https://skmtc.net/origami/apis/origami-agent-api.md) · [All operations](https://skmtc.net/origami/apis/origami-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/origami/origami-agent-api/versions/8083ad7fe081/schema)
