Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.
HTTP request
GET https://jobs.googleapis.com/v4beta1/{name=projects/*/jobs/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The resource name of the job to retrieve. The format is "projects/{projectId}/tenants/{tenantId}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz". If tenant id is unspecified, the default tenant is used. For example, "projects/foo/jobs/bar". |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Job
.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/jobs
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.