Langfuse JS/TS SDKs
    Preparing search index...

    Interface GetPromptRequest

    {}
    
    interface GetPromptRequest {
        label?: string;
        version?: number;
    }
    Index

    Properties

    Properties

    label?: string

    Label of the prompt to be retrieved. Defaults to "production" if no label or version is set.

    version?: number

    Version of the prompt to be retrieved.