Get search results.
Returns the status and results of a search request. Optionally provide a page_id to retrieve a specific page of results.
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
All unique mutual connections across results. Results reference these by index.
All trait definitions for this search. Results reference these by index.
Search results (only populated when status is COMPLETED)
Page identifier for the current result page. Null for the first page (the parent search itself). For subsequent pages, this is the page_id returned by POST /v1/search/{id}/find-more.
Page identifier for the next result page. Use as the page_id query parameter on GET /v1/search/{id}?page_id={next_page} to retrieve the next page. Null if no next page exists.
Whether more results may be available via POST /v1/search/{id}/find-more. Searches return up to 30 results at a time.