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

Changes

No recorded changes to this endpoint across all 48 revisions of this API.