@@ -79,29 +79,28 @@ def list(
7979 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
8080 ) -> SyncV4PagePaginationArray [InvestigateListResponse ]:
8181 """
82- This endpoint returns information for each email that matches the search
83- parameter(s).
82+ Returns information for each email that matches the search parameter(s).
8483
8584 Args:
8685 account_id: Account Identifier
8786
88- action_log: Controls whether the message action log in included in the response.
87+ action_log: Determines if the message action log is included in the response.
8988
90- detections_only: If `false`, the search includes non- detections.
89+ detections_only: Determines if the search results will include detections or not .
9190
92- domain: Filter by the sender domain
91+ domain: The sender domains the search filters by.
9392
9493 end: The end of the search date range. Defaults to `now`.
9594
96- final_disposition: Filter messages by the provided disposition .
95+ final_disposition: The dispositions the search filters by .
9796
98- message_action: Filter messages by actions applied to them
97+ message_action: The message actions the search filters by.
9998
100- page: Page number of paginated results.
99+ page: The page number of paginated results.
101100
102- per_page: Number of results to display .
101+ per_page: The number of results per page .
103102
104- query: Space delimited query term(s) . The search is case-insensitive.
103+ query: The space- delimited term used in the query . The search is case-insensitive.
105104
106105 The content of the following email metadata fields are searched:
107106
@@ -183,13 +182,13 @@ def detections(
183182 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
184183 ) -> InvestigateDetectionsResponse :
185184 """
186- For emails that have a detection, this endpoint returns detection details such
187- as threat categories, sender information, and links .
185+ Returns detection details such as threat categories and sender information for
186+ non-benign messages .
188187
189188 Args:
190189 account_id: Account Identifier
191190
192- postfix_id: Message identifier
191+ postfix_id: The identifier of the message.
193192
194193 extra_headers: Send extra headers
195194
@@ -233,7 +232,7 @@ def get(
233232 Args:
234233 account_id: Account Identifier
235234
236- postfix_id: Message identifier
235+ postfix_id: The identifier of the message.
237236
238237 extra_headers: Send extra headers
239238
@@ -272,13 +271,13 @@ def preview(
272271 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
273272 ) -> InvestigatePreviewResponse :
274273 """
275- For emails that have a detection, this endpoint returns a preview of the message
276- body as a base64 encoded PNG image .
274+ Returns a preview of the message body as a base64 encoded PNG image for
275+ non-benign messages .
277276
278277 Args:
279278 account_id: Account Identifier
280279
281- postfix_id: Message identifier
280+ postfix_id: The identifier of the message.
282281
283282 extra_headers: Send extra headers
284283
@@ -317,13 +316,12 @@ def raw(
317316 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
318317 ) -> InvestigateRawResponse :
319318 """
320- For emails that have a detection, this endpoint returns the raw email as an EML
321- file.
319+ Returns the raw eml of any non-benign message.
322320
323321 Args:
324322 account_id: Account Identifier
325323
326- postfix_id: Message identifier
324+ postfix_id: The identifier of the message.
327325
328326 extra_headers: Send extra headers
329327
@@ -367,7 +365,7 @@ def trace(
367365 Args:
368366 account_id: Account Identifier
369367
370- postfix_id: Message identifier
368+ postfix_id: The identifier of the message.
371369
372370 extra_headers: Send extra headers
373371
@@ -441,29 +439,28 @@ def list(
441439 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
442440 ) -> AsyncPaginator [InvestigateListResponse , AsyncV4PagePaginationArray [InvestigateListResponse ]]:
443441 """
444- This endpoint returns information for each email that matches the search
445- parameter(s).
442+ Returns information for each email that matches the search parameter(s).
446443
447444 Args:
448445 account_id: Account Identifier
449446
450- action_log: Controls whether the message action log in included in the response.
447+ action_log: Determines if the message action log is included in the response.
451448
452- detections_only: If `false`, the search includes non- detections.
449+ detections_only: Determines if the search results will include detections or not .
453450
454- domain: Filter by the sender domain
451+ domain: The sender domains the search filters by.
455452
456453 end: The end of the search date range. Defaults to `now`.
457454
458- final_disposition: Filter messages by the provided disposition .
455+ final_disposition: The dispositions the search filters by .
459456
460- message_action: Filter messages by actions applied to them
457+ message_action: The message actions the search filters by.
461458
462- page: Page number of paginated results.
459+ page: The page number of paginated results.
463460
464- per_page: Number of results to display .
461+ per_page: The number of results per page .
465462
466- query: Space delimited query term(s) . The search is case-insensitive.
463+ query: The space- delimited term used in the query . The search is case-insensitive.
467464
468465 The content of the following email metadata fields are searched:
469466
@@ -545,13 +542,13 @@ async def detections(
545542 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
546543 ) -> InvestigateDetectionsResponse :
547544 """
548- For emails that have a detection, this endpoint returns detection details such
549- as threat categories, sender information, and links .
545+ Returns detection details such as threat categories and sender information for
546+ non-benign messages .
550547
551548 Args:
552549 account_id: Account Identifier
553550
554- postfix_id: Message identifier
551+ postfix_id: The identifier of the message.
555552
556553 extra_headers: Send extra headers
557554
@@ -595,7 +592,7 @@ async def get(
595592 Args:
596593 account_id: Account Identifier
597594
598- postfix_id: Message identifier
595+ postfix_id: The identifier of the message.
599596
600597 extra_headers: Send extra headers
601598
@@ -634,13 +631,13 @@ async def preview(
634631 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
635632 ) -> InvestigatePreviewResponse :
636633 """
637- For emails that have a detection, this endpoint returns a preview of the message
638- body as a base64 encoded PNG image .
634+ Returns a preview of the message body as a base64 encoded PNG image for
635+ non-benign messages .
639636
640637 Args:
641638 account_id: Account Identifier
642639
643- postfix_id: Message identifier
640+ postfix_id: The identifier of the message.
644641
645642 extra_headers: Send extra headers
646643
@@ -679,13 +676,12 @@ async def raw(
679676 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
680677 ) -> InvestigateRawResponse :
681678 """
682- For emails that have a detection, this endpoint returns the raw email as an EML
683- file.
679+ Returns the raw eml of any non-benign message.
684680
685681 Args:
686682 account_id: Account Identifier
687683
688- postfix_id: Message identifier
684+ postfix_id: The identifier of the message.
689685
690686 extra_headers: Send extra headers
691687
@@ -729,7 +725,7 @@ async def trace(
729725 Args:
730726 account_id: Account Identifier
731727
732- postfix_id: Message identifier
728+ postfix_id: The identifier of the message.
733729
734730 extra_headers: Send extra headers
735731
0 commit comments