Optional. Number of results in the search page. If <=0, then defaults to 10. Max limit for pageSize is 1000. Throws an invalid argument for pageSize > 1000.
pageToken
string
Optional. Page token received from a previous locations.searchEntries call. Provide this to retrieve the subsequent page.
orderBy
string
Optional. Specifies the ordering of results. Supported values are:
relevance (default)
last_modified_timestamp
last_modified_timestamp asc
scope
string
Optional. The scope under which the search should be operating. It must either be organizations/<org_id> or projects/<project_ref>. If it is unspecified, it defaults to the organization where the project provided in name is located.
semanticSearch
boolean
Optional. Specifies whether the search should understand the meaning and intent behind the query, rather than just matching keywords.
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-30 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003esearchEntries\u003c/code\u003e method, which allows users to search for entries within a specified scope and project in Dataplex using a POST HTTP request.\u003c/p\u003e\n"],["\u003cp\u003eThe method requires a project name path parameter and several optional query parameters, including \u003ccode\u003equery\u003c/code\u003e, \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, \u003ccode\u003eorderBy\u003c/code\u003e, and \u003ccode\u003escope\u003c/code\u003e, for customizing the search operation.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and the response body will contain an array of \u003ccode\u003eSearchEntriesResult\u003c/code\u003e objects, along with metadata like \u003ccode\u003etotalSize\u003c/code\u003e, \u003ccode\u003enextPageToken\u003c/code\u003e, and \u003ccode\u003eunreachable\u003c/code\u003e locations.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this method requires the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e and the IAM permission \u003ccode\u003edataplex.projects.search\u003c/code\u003e on the specified project.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSearchEntriesResult\u003c/code\u003e and \u003ccode\u003eSnippets\u003c/code\u003e objects are returned in the response body and contain deprecated fields such as \u003ccode\u003elinkedResource\u003c/code\u003e, \u003ccode\u003esnippets\u003c/code\u003e and \u003ccode\u003edataplexEntry\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.searchEntries\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.SearchEntriesResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [SearchEntriesResult](#SearchEntriesResult)\n - [JSON representation](#SearchEntriesResult.SCHEMA_REPRESENTATION)\n- [Snippets](#Snippets)\n - [JSON representation](#Snippets.SCHEMA_REPRESENTATION)\n- [Try it!](#try-it)\n\nSearches for Entries matching the given query and scope.\n\n### HTTP request\n\n`POST https://dataplex.googleapis.com/v1/{name=projects/*/locations/*}:searchEntries`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `name` resource:\n\n- `dataplex.projects.search`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs).\n\nSearchEntriesResult\n-------------------\n\nA single result of a locations.searchEntries request.\n\nSnippets\n--------\n\n| This item is deprecated!\nSnippets for the entry, contains HTML-style highlighting for matched tokens, will be used in UI."]]