Lists Jobs in a given project.
HTTP request
GET https://storagebatchoperations.googleapis.com/v1/{parent=projects/*/locations/*}/jobs
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. Format: projects/{projectId}/locations/global. |
Query parameters
| Parameters | |
|---|---|
filter |
Optional. Filters results as defined by AIP-160. |
pageSize |
Optional. The list page size. The 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
Message for response to listing Jobs
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.
IAM Permissions
Requires the following IAM permission on the parent resource:
storagebatchoperations.jobs.list
For more information, see the IAM documentation.