Retrieve a previously created person search by id, returning the same payload as the original search
POST /person-search/v0/search, so you can use the same result-handling code for both endpoints.
Only searches that belong to your organization can be accessed. Requests for search_id values from a different organization return 404.
search_id returned from POST /person-search/v0/search.total_contact_coverage and results_contact_coverage.
search_id you requested.p-{hash}.results.total_count people. See the Person Search page for the field-level shape.results. Same shape as total_contact_coverage.401 - Unauthorized: Invalid or missing API key404 - Not Found: No search with the provided search_id exists for your organization. This is also returned if the search belongs to a different organization.422 - Unprocessable Entity: search_id is not a valid UUID500 - Internal Server Error: Unexpected server error404.