External DocumentationTo learn more, visit the Digital.ai Agility documentation.
Actions
List Assets By Type
List assets filtered by their asset type.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Asset Type | The asset type to filter by. |
{
"_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"
}
}
}
]
}
Was this page helpful?