Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.morf.health/docs/llms.txt

Use this file to discover all available pages before exploring further.

images/google.svg

Parameters

Action
Parameters
{
  "$result_object_key": {
    "expiration_time": "2025-12-31T23:59:59Z",
    "signed_url": "https://storage.googleapis.com/morf-secure-bucket/your-object?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=..."
  }
}
{
  "$result_object_key": {
    "expiration_time": "The expiration time of the signed URL",
    "signed_url": "The signed URL which can be used to access the file publicly for a limited time"
  }
}

Result Object Field Details

You can use the result of the action’s data as inputs to downstream workflow actions. Each fetch action requires a result object key to be specified which will nest the action’s result data inside the downstream data context in the Workflow. Here we demonstrate how to refer to this data using the prefix $result_object_key.
GenerateCloudStorageSignedUrlResult
Fetch Action Response Object