> ## 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 By Type

List assets filtered by their asset type.

<Note>
  External Documentation

  To learn more, visit the [Digital.ai Agility documentation](https://versionone.github.io/api-docs/#restv1Data-query).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter  | Description                  |
  | ---------- | ---------------------------- |
  | Asset Type | The asset type to filter by. |
</div>

## Example Output

```json theme={"dark"}
{
	"_type": "Assets",
	"total": 13768,
	"pageSize": 5,
	"pageStart": 0,
	"Assets": [
		{
			"_type": "Asset",
			"href": "/V1Instance/rest-1.v1/Data/Story/1234",
			"id": "Story:1432",
			"Attributes": {
				"Name": {
					"_type": "Attribute",
					"name": "Name",
					"value": "Story Name"
				},
				"Number": {
					"_type": "Attribute",
					"name": "Number",
					"value": "S-1001"
				},
				"Super": {
					"_type": "Attribute",
					"name": "Super",
					"value": "Epic:1234"
				}
			}
		}
	]
}
```

## Workflow Library Example

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