Required. The parent, which is the project that all SelectedRoutes will be queried from. Format: projects/{project}/selectedRoutes
Query parameters
Parameters
pageSize
integer
Optional. The number of results that should be returned for a given page. If not set the default value is 100. When a value of 0 is given the value will be set to the default. The max value is 5000, any value above 5000 will be set to 5000.
pageToken
string
Optional. A page token, received from a previous selectedRoutes.list call.
Request body
The request body must be empty.
Response body
Response that lists SelectedRoutes.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-19 UTC."],[],[],null,["# Method: selection.v1.projects.selectedRoutes.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.ListSelectedRoutesResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n\nLists all SelectedRoutes for the specified project with pagination.\n\n### HTTP request\n\n`GET https://roads.googleapis.com/selection/v1/{parent=projects/*}/selectedRoutes`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|-----------------------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The parent, which is the project that all `SelectedRoute`s will be queried from. Format: projects/{project}/selectedRoutes |\n\n### Query parameters\n\n| Parameters ||\n|-------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `pageSize` | `integer` Optional. The number of results that should be returned for a given page. If not set the default value is 100. When a value of 0 is given the value will be set to the default. The max value is 5000, any value above 5000 will be set to 5000. |\n| `pageToken` | `string` Optional. A page token, received from a previous `selectedRoutes.list` call. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse that lists `SelectedRoute`s.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"selectedRoutes\": [ { object (/maps/documentation/roads-management-insights/reference/rest/v1/selection.v1.projects.selectedRoutes#SelectedRoute) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|--------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `selectedRoutes[]` | `object (`[SelectedRoute](/maps/documentation/roads-management-insights/reference/rest/v1/selection.v1.projects.selectedRoutes#SelectedRoute)`)` A page of SelectedRoutes stored in the project specified in the request. |\n| `nextPageToken` | `string` Token that can be sent as `pageToken` to retrieve the next page. If this field is empty, there are no subsequent pages. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`"]]