Required. The resource name of the DataScanJob:projects/{project}/locations/{locationId}/dataScans/{dataScanId}/jobs/{data_scan_job_id}whereprojectrefers to aprojectIdorproject_numberandlocationIdrefers to a Google Cloud region.
Authorization requires the followingIAMpermission on the specified resourcename:
[[["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 API endpoint retrieves a \u003ccode\u003eDataScanJob\u003c/code\u003e resource using a \u003ccode\u003eGET\u003c/code\u003e request.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL utilizes gRPC Transcoding syntax and requires a \u003ccode\u003ename\u003c/code\u003e path parameter specifying the resource's identifier.\u003c/p\u003e\n"],["\u003cp\u003eAn optional \u003ccode\u003eview\u003c/code\u003e query parameter allows specifying the level of detail returned in the \u003ccode\u003eDataScanJob\u003c/code\u003e, with \u003ccode\u003eBASIC\u003c/code\u003e as the default view.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should be empty, and a successful response will contain an instance of the \u003ccode\u003eDataScanJob\u003c/code\u003e resource.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this endpoint requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope and the \u003ccode\u003eiam.permissions.none\u003c/code\u003e IAM permission on the specified resource \u003ccode\u003ename\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.dataScans.jobs.get\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- [Authorization scopes](#body.aspect)\n- [DataScanJobView](#DataScanJobView)\n- [Try it!](#try-it)\n\nGets a DataScanJob resource.\n\n### HTTP request\n\n`GET https://dataplex.googleapis.com/v1/{name=projects/*/locations/*/dataScans/*/jobs/*}`\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 an instance of [DataScanJob](/dataplex/docs/reference/rest/v1/projects.locations.dataScans.jobs#DataScanJob).\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\nDataScanJobView\n---------------\n\nDataScanJob view options."]]