Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 10.2 KB

File metadata and controls

12 lines (9 loc) · 10.2 KB

PlatformSearchResponse

Fields

Field Type Required Description
results List[models.PlatformResult] ✔️ Ordered list of ranked document results. People cards, Q&A blocks, and other UI-only result types are not included.
has_more bool ✔️ Indicates whether additional pages of results are available.
next_cursor Nullable[str] ✔️ Opaque token to pass as cursor in the next request.
request_id str ✔️ Platform-generated request ID for support correlation.
warnings List[models.PlatformWarning] ✔️ Non-blocking warnings for this response. Required; use [] when there are none. Clients must tolerate unknown warning codes. results_incomplete means some results may be unavailable for the requested datasource scope while results, has_more, and next_cursor remain present. Warning messages are generic and do not include query text or internal identifiers.