Langfuse JS/TS SDKs
    Preparing search index...

    Interface GetMediaResponse

    This file was auto-generated by Fern from our API Definition.

    interface GetMediaResponse {
        contentLength: number;
        contentType: string;
        mediaId: string;
        uploadedAt: string;
        url: string;
        urlExpiry: string;
    }
    Index

    Properties

    contentLength: number

    The size of the media record in bytes

    contentType: string

    The MIME type of the media record

    mediaId: string

    The unique langfuse identifier of a media record

    uploadedAt: string

    The date and time when the media record was uploaded

    url: string

    The download URL of the media record

    urlExpiry: string

    The expiry date and time of the media record download URL