Lists all the batch jobs for a given project.
IAM Permissions:
Requires storagebatchoperations.jobs.list
IAM permission on the project.
HTTP request
GET https://storagebatchoperations.googleapis.com/v1/{parent=projects/*/locations/global}/jobs
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Format: |
Query parameters
Parameters | |
---|---|
filter |
Optional. Filters results as defined by https://google.aip.dev/160. |
pageSize |
Optional. The list page size. Default page size is 100. |
pageToken |
Optional. The list page token. |
orderBy |
Optional. Field to sort by. Supported fields are |
Request body
The request body must be empty.
Response body
Response message to list batch jobs in a given project for a given location.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"jobs": [
{
object ( |
Fields | |
---|---|
jobs[] |
A list of storage batch jobs. |
nextPageToken |
A token identifying a page of results. |
unreachable[] |
Locations that could not be reached. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.