> ## 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.

# List Assets

Lists all the assets that accessed the specified artifact in your enterprise within the specified time period.

<Note>
  External Documentation

  To learn more, visit the [Chronicle documentation](https://cloud.google.com/chronicle/docs/reference/search-api#listassets).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter         | Description                                            |
  | ----------------- | ------------------------------------------------------ |
  | Alert Time After  | Query by the time of the alert.                        |
  | Alert Time Before | Query by the time of the alert.                        |
  | Artifact          | The value of the artifact of the asset.                |
  | Artifact Type     | The type of the asset artifact.                        |
  | Page Size         | The amount of alerts that will be returned every page. |
</div>

## Example Output

```json theme={"dark"}
{
  assets: [
    {
      asset: {
        hostname: "rick"
      },
      firstSeenArtifactInfo: {
        artifactIndicator: {
          domainName: "www.altostrat.com"
        },
        seenTime: "2018-09-14T20:10:27.157476Z"
      },
      lastSeenArtifactInfo: {
        artifactIndicator: {
          domainName: "www.altostrat.com"
        },
        seenTime: "2019-10-24T22:04:04.327829Z"
      }
    },
    {
      asset: {
        hostname: "morty"
      },
      firstSeenArtifactInfo: {
        artifactIndicator: {
          domainName: "www.altostrat.com"
        },
        seenTime: "2019-06-17T21:22:44.812738Z"
      },
      lastSeenArtifactInfo: {
        artifactIndicator: {
          domainName: "www.altostrat.com"
        },
        seenTime: "2019-10-24T20:40:54.846676Z"
      }
    } ],
  uri: [ "https://sample.backstory.chronicle.security/domainResults?domain=
       altostrat.com&selectedList=DomainViewDistinctAssets&whoIsTimestamp=
       2020-01-08T21%3A09%3A13.000Z" ]
}
```

## Workflow Library Example

[List Assets with Chronicle and Send Results Via Email](https://library.blinkops.com/workflows/list-assets-with-chronicle-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/list-assets-with-chronicle-and-send-results-via-email/canvas" />
</div>
