provider projects GET
/v2/{parent}/tasks @utdk/google-cloud-run
/v2/{parent}/tasks run.projects.locations.jobs.executions.tasks.list
Lists Tasks from an Execution of a Job.
- $.xgafv query
- V1 error format.
- enum: 1, 2
- access_token query
- OAuth access token.
- string
- alt query
- Data format for response.
- enum: json, media, proto
- callback query
- JSONP
- string
- fields query
- Selector specifying which fields to include in a partial response.
- string
- key query
- API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
- string
- oauth_token query
- OAuth 2.0 token for the current user.
- string
- prettyPrint query
- Returns response with indentations and line breaks.
- boolean
- quotaUser query
- Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
- string
- upload_protocol query
- Upload protocol for media (e.g. "raw", "multipart").
- string
- uploadType query
- Legacy upload protocol for media (e.g. "media", "multipart").
- string
- parent path required
- Required. The Execution from which the Tasks should be listed. To list all Tasks across Executions of a Job, use "-" instead of Execution name. To list all Tasks across Jobs, use "-" instead of Job name. Format: projects/{project}/locations/{location}/jobs/{job}/executions/{execution}
- string
- pageSize query
- Maximum number of Tasks to return in this call.
- integer
- pageToken query
- A page token received from a previous call to ListTasks. All other parameters must match.
- string
- showDeleted query
- If true, returns deleted (but unexpired) resources along with active ones.
- boolean
Try it
Authentication
Configure credentials for Cloud Run Admin API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import google_cloud_run from '@utdk/google-cloud-run';
await google_cloud_run.runProjectsLocationsJobsExecutionsTasksList()