Stream search results as JSONL
Search & query
Stream search results as JSONL
Streams every result for a search handle as newline-delimited JSON, one normalized result per line. Use this to pull a search’s results into a script or notebook without paging by cursor.
GET
Stream search results as JSONL
Authorizations
API token issued from the Splendor console.
Headers
Selects the tenant (workspace) the request acts within.
Path Parameters
Response
A stream of newline-delimited JSON, one normalized result per line.
The response is of type string<jsonl>.