Required. The project and location from which to listRegistrations, specified in the formatprojects/*/locations/*.
Authorization requires the followingIAMpermission on the specified resourceparent:
domains.registrations.list
Query parameters
Parameters
pageSize
integer
Maximum number of results to return.
pageToken
string
When set to thenextPageTokenfrom a prior response, provides the next page of results.
filter
string
Filter expression to restrict theRegistrations returned.
The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, a boolean, or an enum value. The comparison operator should be one of =, !=, >, <, >=, <=, or : for prefix or wildcard matches.
For example, to filter to a specific domain name, use an expression likedomainName="example.com". You can also check for the existence of a field; for example, to find domains using custom DNS settings, use an expression likednsSettings.customDns:*.
You can also create compound filters by combining expressions with theANDandORoperators. For example, to find domains that are suspended or have specific issues flagged, use an expression like(state=SUSPENDED) OR (issue:*).
Request body
The request body must be empty.
Response body
Response for theregistrations.listmethod.
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-06-30 UTC."],[[["\u003cp\u003eThis webpage details how to list \u003ccode\u003eRegistration\u003c/code\u003e resources within a project using a \u003ccode\u003eGET\u003c/code\u003e request to the Google Domains API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGET\u003c/code\u003e request requires the \u003ccode\u003eparent\u003c/code\u003e path parameter to specify the project and location, formatted as \u003ccode\u003eprojects/*/locations/*\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eOptional query parameters include \u003ccode\u003epageSize\u003c/code\u003e to limit the results, \u003ccode\u003epageToken\u003c/code\u003e for pagination, and \u003ccode\u003efilter\u003c/code\u003e for filtering returned \u003ccode\u003eRegistration\u003c/code\u003e resources.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and a successful response returns a JSON object containing a list of \u003ccode\u003eRegistration\u003c/code\u003e resources and an optional \u003ccode\u003enextPageToken\u003c/code\u003e for pagination.\u003c/p\u003e\n"],["\u003cp\u003eTo authorize this request, the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e is required.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.registrations.list\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.ListRegistrationsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists the `Registration` resources in a project.\n\n### HTTP request\n\n`GET https://domains.googleapis.com/v1/{parent=projects/*/locations/*}/registrations`\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\nResponse for the `registrations.list` method.\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](https://cloud.google.com/docs/authentication/)."]]