Skip to main content

Get Object

Get an object by given key in a given bucket.

External Documentation

To learn more, visit the Cloudflare R2 documentation.

Basic Parameters

ParameterDescription
Bucket NameThe name of the bucket to get the object from. Can be obtained by the List Buckets action.
Key NameThe key name of the object to get. Can be obtained by the List Objects action.

Advanced Parameters

ParameterDescription
Disable XML To JSON Auto ConvertWhen checked, XML responses are not automatically converted into JSON format.
Modified SinceReturn the object only if it has been modified since the specified time, otherwise return a 304 (not modified).
Modified SinceReturn the object only if it has been unmodified since the specified time, otherwise return a 304 (not modified).

Workflow Library Example

Get Object with Cloudflare R2 and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop