Search Profiles
Search for profiles using OpenSearch DSL queries. Returns a list of profile IDs that can be passed to the Fetch Profile endpoint.
"query" with your OpenSearch DSL query. The response contains a list of profile IDs that can be used in the Fetch Profile endpoint.Partner teams
Partners can execute a request in the context of a child team by passing the child team’s ID in thex-authenticate-team header:
- With the header — the search is scoped to the child team’s context.
- Without the header — the search runs in the context of the team that owns the API key (default).
child_team_id is returned when you create a child team.
Pagination
The response includes apagination_token to fetch the next page. See Pagination for full details. The from parameter must be >= 0.Authorizations
Headers
Partner accounts only. When present, the request is executed in the context of the specified child team (use the team_id returned by Create Team). When omitted, the request runs as the team that owns the API key.
Body
Search query in the ElasticSearch Query DSL format. Find mapping here
Limit the number of results. If you want to use stable_pagination this parameter must be set to 1000
0 <= x <= 1000Pagination token received in the previous response
When set to true, ensures that pagination results remain consistent, even if the underlying data changes during retrieval. This is useful for retrieving large result sets reliably across multiple requests
When set to true, restricts search results to profiles that are connected to your team's network. This parameter filters the query to only return profiles that have established connections with connectors of your organization.

