---
title: "Get metadata for the batch universal enrichment endpoint"
method: OPTIONS
path: "/batches/transactions/universal/enrich"
tags: ["Universal Enrichment"]
---

# Get metadata for the batch universal enrichment endpoint

`OPTIONS /batches/transactions/universal/enrich`

Returns metadata about this endpoint, including the current `synchronousMax` — the cap on items per request when `?synchronous=true`. Can be used to fetch the current cap dynamically.

## Response `200`

Successful operation

- BatchEndpointOptionsResponse
  - `name` string, required — The display name of the endpoint method.
  - `description` string, required — A short description of the endpoint.
  - `renders` string[], required — Content types this endpoint can render.
  - `parses` string[], required — Content types this endpoint can parse.
  - `synchronousMax` integer, required — The maximum number of items allowed in a single microbatch (`?synchronous=true`).

---

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