nylas
    Preparing search index...

    Interface FindThreadParams

    The parameters for the Threads.find method

    interface FindThreadParams {
        identifier: string;
        queryParams?: FindThreadQueryParams;
        threadId: string;
    }
    Index

    Properties

    identifier: string

    The identifier of the grant to act upon

    queryParams?: FindThreadQueryParams

    The query parameters to include in the request

    threadId: string

    The id of the thread to retrieve.