Skip to main content

Get an object storage object

GET 

/object_storage/object_storage_cluster/buckets/bucket/object

Returns object storage object details

Scopes

  • object_storage:read

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Query Parameters

    object_storage_cluster[region] string

    The object storage cluster region for the bucket.

    bucket[name] string

    The name of the object storage bucket.

    path stringrequired

    The name or path for the object

Responses

Returns object storage object details

Schema

    object_details

    object

    required

    filename string
    bucket_name string
    full_path string
    public_url string
    size integernullable

    The length of the object content in the response body, in bytes.

    folder boolean
Loading...