# Oracle Object Storage - Get record action

The Get record action retrieves details about a record from Oracle Object Storage.

# Input

Input field Description
Record type Specify the record type to get. Fields load dynamically based on the selected record type.

For example, if the selected record type is Bucket, the input schema is as follows:

Input field Description
Bucket name Enter the name of the bucket.
Headers Specify custom request headers to send with the request. Includes if match, if none match and client request ID.
Fields Select additional fields to return.

# Output

The output fields are determined by the record type selected in the input. Map the relevant datapill from the datatree to subsequent steps. For example, selecting Bucket as the record type returns the following output fields:

Output field Description
Headers Response headers. Includes entity tag (ETag), client request ID, and request ID.
Approximate count The approximate number of objects in the bucket.
Approximate size The approximate total size in bytes of all objects in the bucket.
Approximate size multipart uploads The approximate size of multipart uploads in the bucket.
Auto tiering The auto tiering status on the bucket.
Compartment ID The compartment ID is the one for which the bucket is authorized.
Created by The Oracle Cloud ID (OCID) of the bucket user created.
Defined tags Defined tags for this resource.
Entity tag The entity tag (ETag) for the bucket.
Freeform tags Free-form tags for this resource.
ID The Oracle Cloud ID (OCID) of the bucket.
Is read only Whether or not this bucket is read-only.
KMS Key ID The Oracle Cloud ID (OCID) of a master encryption key is used to call the Key Management service to generate a data encryption key or to encrypt or decrypt a data encryption key.
Metadata Arbitrary string keys and values for user-defined metadata.
Bucket name The name of the bucket.
Namespace The Object Storage namespace is where the bucket resides.
Object events enabled Whether or not events are emitted for object state changes in this bucket.
Object level audit mode Audit mode of the objects in this bucket.
Object lifecycle policy ETag The entity tag (ETag) for the live object lifecycle policy on the bucket.
Public access type The type of public access enabled on this bucket.
Replication enabled Whether or not this bucket is a replication source.
Storage tier The storage tier type assigned to the bucket.
Time created The date and time the bucket was created, as described in RFC 2616.
Versioning The versioning status on the bucket.


Last updated: 8/20/2025, 8:42:16 PM

On this page