Method: projects.locations.workflows.list

Lists previously created migration workflow.

HTTP request

GET https://bigquerymigration.googleapis.com/v2alpha/{parent=projects/*/locations/*}/workflows

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The project and location of the migration workflows to list. Example: projects/123/locations/us

Query parameters

Parameters
readMask

string (FieldMask format)

The list of fields to be retrieved.

pageSize

integer

The maximum number of migration workflows to return. The service may return fewer than this number.

pageToken

string

A page token, received from previous workflows.list call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to workflows.list must match the call that provided the page token.

Request body

The request body must be empty.

Response body

Response object for a workflows.list call.

If successful, the response body contains data with the following structure:

JSON representation
{
  "migrationWorkflows": [
    {
      object (MigrationWorkflow)
    }
  ],
  "nextPageToken": string
}
Fields
migrationWorkflows[]

object (MigrationWorkflow)

The migration workflows for the specified project / location.

nextPageToken

string

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

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:

  • bigquerymigration.workflows.list

For more information, see the IAM documentation.