[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2024-05-23 UTC."],[[["\u003cp\u003eThis page details how to list previously created migration workflows using the BigQuery Migration API.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request to list workflows is a \u003ccode\u003eGET\u003c/code\u003e request to a specified URL that includes the project and location, following gRPC Transcoding syntax.\u003c/p\u003e\n"],["\u003cp\u003eYou can refine the results using query parameters such as \u003ccode\u003ereadMask\u003c/code\u003e, \u003ccode\u003epageSize\u003c/code\u003e, and \u003ccode\u003epageToken\u003c/code\u003e for field selection, limiting the number of results, and pagination.\u003c/p\u003e\n"],["\u003cp\u003eThe response body returns a list of \u003ccode\u003emigrationWorkflows\u003c/code\u003e and a \u003ccode\u003enextPageToken\u003c/code\u003e if there are additional pages to retrieve.\u003c/p\u003e\n"],["\u003cp\u003eTo successfully list migration workflows, you need to have the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope and the \u003ccode\u003ebigquerymigration.workflows.list\u003c/code\u003e IAM permission on the specified parent resource.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.workflows.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListMigrationWorkflowsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [Try it!](#try-it)\n\nLists previously created migration workflow.\n\n### HTTP request\n\n`GET https://bigquerymigration.googleapis.com/v2/{parent=projects/*/locations/*}/workflows`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse object for a `workflows.list` call.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `parent` resource:\n\n- `bigquerymigration.workflows.list`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]