Skip to main content

Get file metadata

GET 

/file/:name

Get metadata for a specific file in the Object Store.

Request

Path Parameters

    name stringrequired

    Possible values: non-empty and <= 255 characters

    The name of the file in the Object Store.

Responses

File metadata.

Schema

    name stringrequired

    The name of the file.

    sha256 stringrequired

    SHA-256 hash of the file content.

    size integerrequired

    File size in bytes.

    content_type stringrequired

    How the file should be treated during deploy (raw or template).

Loading...