Organization: {
    created_at: string;
    deleted: number;
    id: string;
    name: string;
    partner_configuration: unknown;
    registerable?: boolean | null;
    updated_at: string;
}

Type declaration

  • created_at: string

    Timestamp of the creation of the dataset

  • deleted: number

    Flag to indicate if the organization has been deleted. Deletes are handled async after the flag is set so as to avoid expensive search index compaction.

  • id: string

    Unique identifier of the dataset, auto-generated uuid created by Trieve

  • name: string

    Name of the organization

  • partner_configuration: unknown

    Configuration of the organization for the Trieve partner program. Contact partnerships@trieve.ai for more details.

  • Optionalregisterable?: boolean | null

    Flag to indicate whether or not new users may join the organization. Default is true.

  • updated_at: string

    Timestamp of the last update of the dataset