Starting, stopping, and pulling results from a search over the API is coming in a later
release. For now you create and drive a search in the dashboard, and read its state here.
Scopes
Pagination
The list is cursor-paginated and stable under concurrent changes. Whenmeta.hasMore is
true, pass meta.nextCursor back as ?cursor= to fetch the next page; it is null on
the last page. Cursors are opaque – do not parse or build them by hand.
limit defaults to 50 and caps at 100.