Scorable TypeScript SDK - v0.12.1
    Preparing search index...

    Interface AnnotationListParams

    interface AnnotationListParams {
        dataset?: string;
        score_config?: string;
        status?: "draft" | "published";
        dataset_item?: string;
        execution_log?: string;
        cursor?: string;
        page_size?: number;
        search?: string;
        ordering?: string;
    }

    Hierarchy (View Summary)

    Index
    dataset?: string

    Filter by the dataset the annotated items belong to.

    score_config?: string
    status?: "draft" | "published"
    dataset_item?: string
    execution_log?: string
    cursor?: string
    page_size?: number
    search?: string
    ordering?: string