> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Read Page For An Account

Read the most recent alerts for a user across all domains.

<Note>
  External Documentation

  To learn more, visit the [HackNotice documentation](https://documenter.getpostman.com/view/806684/RWaHzA6C#d8fd45bb-9dd9-43d9-b4e6-13b140aef949).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter   | Description                       |
  | ----------- | --------------------------------- |
  | Page Number | The number of the page to return. |
</div>

## Example Output

```json theme={"dark"}
[
  {
    "tags": [],
    "tier": [],
    "tierattempted": [],
    "taggroups": [],
    "_id": "123abc456def789ghi012jkl",
    "customer_id": "abcdef1234567890abcdef12",
    "domainwatchlist_id": "9876543210abcdef98765432",
    "leakfile_id": "abcdef9876543210abcdef98",
    "hit_value": "j.doe@domain.com",
    "timestamp": "2025-03-27T09:36:51.159Z",
    "matches": "xyz%2FgE7ujd%2BILkQ1ZOAZXGDkgg%3D",
    "sentPush": true,
    "sentEmail": true,
    "remediated": false,
    "published_date": "2025-03-26T23:11:09.267Z",
    "leak_name": "Leaked-Dataset-1,234,567.csv_recon-03-26-25",
    "predicted_tags": [
      {
        "tags": [
          "meta"
        ],
        "_id": "abc456def789ghi012jkl345",
        "valueIndex": 0
      },
      {
        "tags": [
          "meta"
        ],
        "_id": "xyz456uvw789rst012opq678",
        "valueIndex": 1
      }
    ],
    "remediations": [],
    "__v": 0,
    "processed": true,
    "alertprocessed": true,
    "leakfileDoc": {
      "size": 150000000,
      "linecount": 676784,
      "password_type": "plaintext",
      "_id": "abcdef9876543210abcdef98",
      "__v": 0,
      "published_mo_yr": "2025-03-01T00:00:00.052Z",
      "domain": "leak.dataset-2025",
      "description": "A credential combination list shared during March 2025 in the hacker community. The original source of the data is unknown.",
      "leak_name": "March 2025 Compilation Combo List",
      "potentialdomain": "leaked-dataset-1,234,",
      "predicted_tags": [],
      "tags": [
        {
          "tags": [
            "meta"
          ],
          "_id": "123abc456def789ghi012jkl",
          "valueIndex": 0
        }
      ],
      "openAIRetryTagging": false,
      "openAITaggingAttemptedDate": "2025-03-27T04:07:13.380Z",
      "openAITaggingAttempted": true,
      "openAITag": false,
      "attemptedNewTags": false,
      "compTag": true,
      "attemptedTag": true
    },
    "leakDoc": {
      "_source": {
        "log": {
          "file": {
            "path": "Leaked-Dataset-1,234,567.csv_recon-03-26-25"
          },
          "offset": 90323170
        },
        "messagev2": [
          "j.doe@domain.com",
        ],
        "@timestamp": "2025-03-26T23:11:09.267Z",
        "message": "\"12345678\",\"new city\",\"new city\",\"j.doe@domain.com\",\"\",\"john doe\",\"new city, new city, united states\",\"information technology and services\",\"north america\",\"male\",\"company & industry\",\"jdoe1@yahoo.com\",\"domain\",\"\",\"facebook.com/domain\",\"twitter.com/domain\",\"90,000-120,000\",\"domain.com\",\"linkedin.com/in/john-doe-123456\",\"\""
      },
      "successful_hash": [],
      "_id": "xyz%2FgE7ujd%2BILkQ1ZOAZXGDkgg%3D",
      "_index": "newleaks8",
      "_score": 19.976048,
      "domain": "domain.com",
      "timestamp": "2025-03-27T09:36:51.159Z",
      "tags": [],
      "hashes": [],
      "__v": 0
    }
  }
]
```

## Workflow Library Example

[Read Page for an Account with Hacknotice and Send Results Via Email](https://library.blinkops.com/workflows/read-page-for-an-account-with-hacknotice-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/read-page-for-an-account-with-hacknotice-and-send-results-via-email/canvas" />
</div>
