Skip to main content
GET
List Security Inbox threads

Authorizations

Authorization
string
header
required

JWT authentication token

Query Parameters

installation_id
string<uuid>
required

Mailbox id from GET /api/v1/gmail/connect/status.

q
string

Extra Gmail search terms (same syntax as the Gmail search box). Combined with the mailbox default filter when one is configured.

label_ids
string[]

Optional Gmail label ids to include (e.g. INBOX, UNREAD, or a custom label id). May be repeated.

max_results
integer

Items per page (1-50, default 25).

page_token
string

Cursor for the next page (from next_page_token).

neo_triage
enum<string>

Filter by Neo triage linkage. yes = has a Neo triage run, no = not yet triaged in Neo, all (default) = no filter. When set to yes/no, the API scans ahead across Gmail pages to fill max_results matches; next_page_token may be an opaque resume cursor.

Available options:
all,
true,
false

Response

Security Inbox thread list

messages
object[]
required
next_page_token
string

Cursor for the next page (pass as page_token).

result_size_estimate
integer

Approximate total matching messages from Gmail.