Fetch Contentful entries through the parent SDK's configured contentful.js client.
Fetch a Contentful entry by ID or by content type and slug through the parent SDK's configured
contentful.js client.
Optionalquery: ContentfulEntryQuerySet entryQuery on an object descriptor to customize its query. If contentful.defaultQuery
and the descriptor's entryQuery or per-call query omit locale, this request's locale
becomes the managed Contentful query locale. Entry IDs use getEntry() or a coalesced
getEntries() call; descriptors that identify entries by content type and slug use
getEntries().
Fetch a Contentful entry by ID or by content type and slug through the parent SDK's configured
contentful.js client.
Set entryQuery on an object descriptor to customize its query. If contentful.defaultQuery
and the descriptor's entryQuery or per-call query omit locale, this request's locale
becomes the managed Contentful query locale. Entry IDs use getEntry() or a coalesced
getEntries() call; descriptors that identify entries by content type and slug use
getEntries().
Fetch a Contentful entry by ID or by content type and slug, then resolve it with request-local selected optimizations.
Optionaloptions: FetchOptimizedEntryOptionsIf options.selectedOptimizations is omitted, this uses the latest selected optimizations
returned by an accepted request-bound Experience API call. Set entryQuery on an object
descriptor to customize its query. If contentful.defaultQuery and the descriptor's
entryQuery or per-call query omit locale, this request's locale becomes the managed
Contentful query locale. Fetching follows the same getEntry() and getEntries() behavior as
CoreStatelessRequest.fetchContentfulEntry.
Fetch a Contentful entry by ID or by content type and slug, then resolve it with request-local selected optimizations.
Optionaloptions: Omit<FetchOptimizedEntryOptions, "query">If options.selectedOptimizations is omitted, this uses the latest selected optimizations
returned by an accepted request-bound Experience API call. Set entryQuery on an object
descriptor to customize its query. If contentful.defaultQuery and the descriptor's
entryQuery or per-call query omit locale, this request's locale becomes the managed
Contentful query locale. Fetching follows the same getEntry() and getEntries() behavior as
CoreStatelessRequest.fetchContentfulEntry.
Prefetch Contentful entries and return request-local handoff payloads for framework SSR.
Request-bound stateless Optimization Core event client.