External DocumentationTo learn more, visit the Cloudflare R2 documentation.
Actions
Get Object
Get an object by given key in a given bucket.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Bucket Name | The name of the bucket to get the object from. Can be obtained by the List Buckets action. |
| Key Name | The key name of the object to get. Can be obtained by the List Objects action. |
| Parameter | Description |
|---|---|
| Disable XML To JSON Auto Convert | When checked, XML responses are not automatically converted into JSON format. |
| Modified Since | Return the object only if it has been modified since the specified time, otherwise return a 304 (not modified). |
| Modified Since | Return the object only if it has been unmodified since the specified time, otherwise return a 304 (not modified). |
Was this page helpful?