Get search results.
Returns the status and results of a search request.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Response from GET /v1/search/{id} - retrieving search status and results.
Unique identifier for the search request
URL to view the search results on Happenstance (points to parent search for continued searches)
Status of the search (RUNNING, COMPLETED, FAILED)
Original search query text
Timestamp when search was created (ISO 8601 format)
Timestamp when search was last updated (ISO 8601 format)
List of group IDs that were searched
Whether the search included friends' connections
Whether the search included the user's own connections
Search results (only populated when status is COMPLETED)
ID of the parent search if this is a continued search
Whether more results may be available via POST /v1/search/{id}/find-more. True when status is COMPLETED and the result count meets the threshold for additional results.