OptionalanyReturn emails that have been sent or received from this list of email addresses.
OptionalbccReturn items containing messages bcc'd on these email address.
OptionalccReturn items containing messages cc'd on these email address.
OptionalfieldsAllows you to specify to return messages with headers included.
OptionalfromReturn items containing messages sent from these email address.
OptionalhasReturn emails that contain attachments.
OptionalinReturn emails that are in these folder IDs.
OptionallimitThe maximum number of objects to return. This field defaults to 50. The maximum allowed value is 200.
OptionalpageAn identifier that specifies which page of data to return. This value should be taken from the [ListResponse.nextCursor] response field.
OptionalreceivedReturn emails that have been received after this timestamp.
OptionalreceivedReturn emails that have been received before this timestamp.
OptionalsearchThe provider-specific query string used to search messages. Available for Google and Microsoft Graph only.
OptionalselectSpecify fields that you want Nylas to return as a comma-separated list (for example, select=id,updated_at). This allows you to receive only the portion of object data that you're interested in.
OptionalstarredReturn emails that are starred.
OptionalsubjectReturn items with a matching literal subject.
OptionalthreadReturn emails that belong to this thread.
OptionaltoReturn items containing messages sent to these email address.
OptionalunreadReturn emails that are unread.
Interface representing the query parameters for listing messages.