pub async fn threads_list(
    client: &ApiClient,
    notebook_id: Base64Uuid,
    status: Option<ThreadStatus>
) -> Result<Vec<ThreadSummary>>
Expand description

List the threads in the given notebook