Timeline Studio API Documentation - v0.26.0
    Preparing search index...
    interface RenderJob {
        created_at: string;
        id: string;
        output_path: string;
        progress: RenderProgress;
        project_name: string;
        status: RenderStatus;
    }
    Index

    Properties

    created_at: string
    id: string
    output_path: string
    progress: RenderProgress
    project_name: string
    status: RenderStatus