Langfuse JS/TS SDKs
    Preparing search index...

    Interface Project

    interface Project {
        id: string;
        metadata: Record<string, unknown>;
        name: string;
        organization: Organization;
        retentionDays?: number;
    }
    Index

    Properties

    id: string
    metadata: Record<string, unknown>

    Metadata for the project

    name: string
    organization: Organization

    The organization this project belongs to

    retentionDays?: number

    Number of days to retain data. Null or 0 means no retention. Omitted if no retention is configured.