- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Lists previously created migration workflow.
HTTP request
GET https://bigquerymigration.googleapis.com/v2/{parent=projects/*/locations/*}/workflows
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The project and location of the migration workflows to list. Example: |
Query parameters
Parameters | |
---|---|
readMask |
The list of fields to be retrieved. |
pageSize |
The maximum number of migration workflows to return. The service may return fewer than this number. |
pageToken |
A page token, received from previous When paginating, all other parameters provided to |
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 ( |
Fields | |
---|---|
migrationWorkflows[] |
The migration workflows for the specified project / location. |
nextPageToken |
A token, which can be sent as |
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.