Required. The resource name of the parent lake:projects/{project_number}/locations/{locationId}/lakes/{lakeId}.
Authorization requires the followingIAMpermission on the specified resourceparent:
dataplex.tasks.list
Query parameters
Parameters
pageSize
integer
Optional. Maximum number of tasks to return. The service may return fewer than this value. If unspecified, at most 10 tasks will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
pageToken
string
Optional. Page token received from a previouszones.listcall. Provide this to retrieve the subsequent page. When paginating, all other parameters provided tozones.listmust match the call that provided the page token.
filter
string
Optional. Filter request.
orderBy
string
Optional. Order by fields for the result.
Request body
The request body must be empty.
Response body
List tasks response.
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-21 UTC."],[[["\u003cp\u003eThis webpage details how to list tasks within a specific data lake using the Dataplex API, accessible via a \u003ccode\u003eGET\u003c/code\u003e HTTP request to a designated URL endpoint.\u003c/p\u003e\n"],["\u003cp\u003eThe API request requires a \u003ccode\u003eparent\u003c/code\u003e path parameter, specifying the lake's resource name in the format \u003ccode\u003eprojects/{project_number}/locations/{locationId}/lakes/{lakeId}\u003c/code\u003e, and it is necessary to possess the \u003ccode\u003edataplex.tasks.list\u003c/code\u003e IAM permission to execute it.\u003c/p\u003e\n"],["\u003cp\u003eOptional query parameters such as \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, \u003ccode\u003efilter\u003c/code\u003e, and \u003ccode\u003eorderBy\u003c/code\u003e can be used to manage the output's size, navigate through results, filter them, and order the results accordingly.\u003c/p\u003e\n"],["\u003cp\u003eThe response is structured as a list of tasks, potentially followed by a \u003ccode\u003enextPageToken\u003c/code\u003e to retrieve further pages and a list of \u003ccode\u003eunreachableLocations\u003c/code\u003e, and each task conforms to a predefined object schema.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.lakes.tasks.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.ListTasksResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists tasks under the given lake.\n\n### HTTP request\n\n`GET https://dataplex.googleapis.com/v1/{parent=projects/*/locations/*/lakes/*}/tasks`\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\nList tasks response.\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)."]]