Returns all metadata stored about an execution, excluding most data that is already accessible using other API methods.
HTTP request
GET https://workflowexecutions.googleapis.com/v1/{name=projects/*/locations/*/workflows/*/executions/*}:exportData
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Name of the execution for which data is to be exported. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution} Authorization requires the following IAM permission on the specified resource
|
Request body
The request body must be empty.
Response body
Response for the executions.exportData
method.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "data": string } |
Fields | |
---|---|
data |
The JSON string with customer data and metadata for an execution with the given name |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.