v14

OpenAPI 3.1.02026-08-03122113375.9 KB
search

Lookup items by URN

Resolve many indexed items in one request using a batch of URNs.

Use this for:

  • import previews
  • server-side enrichment jobs
  • list views that need to hydrate many URNs quickly

Behavior:

  • Accepts between 1 and 200 URNs per request.
  • Returns found indexed item records for matching URNs.

Good to know:

  • URNs are normalized into a stable cache signature, so repeated batches are efficient.
post/search/lookup/bulk

Request body

urnsstring[] required

List of URNs to lookup. Maximum of 200 items to match search limits

Response

List of found items and unprocessed URNs