Get task resource.
HTTP request
GET https://dataplex.googleapis.com/v1/{name=projects/*/locations/*/lakes/*/tasks/*}
The URL uses gRPC Transcoding syntax.
Path parameters
name
string
Required. The resource name of the task: projects/{projectNumber}/locations/{locationId}/lakes/{lakeId}/tasks/{tasks_id}
.
Authorization requires the following IAM
permission on the specified resource name
:
-
dataplex.tasks.get
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Task
.
Authorization scopes
Requires one of the following OAuth scopes:
-
https://www.googleapis.com/auth/cloud-platform -
https://www.googleapis.com/auth/cloud-platform.read-only -
https://www.googleapis.com/auth/dataplex.read-write -
https://www.googleapis.com/auth/dataplex.readonly
For more information, see the Authentication Overview .

