Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.52 KB

File metadata and controls

11 lines (8 loc) · 1.52 KB

PlatformSearchResponse

Fields

Field Type Required Description
results List[models.PlatformResult] ✔️ Ordered list of search results.
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.