Method: projects.locations.jobs.get

Gets a batch job for a given project.

IAM Permissions:

Requires storagebatchoperations.jobs.get IAM permission on the project.

HTTP request

GET https://storagebatchoperations.googleapis.com/v1/{name=projects/*/locations/global/jobs/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. name of the job to retrieve.

Format: projects/{projectId}/locations/global/jobs/{jobId}.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Job.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.