List IT Glue Flexible Assets
itglue_list_flexible_assetsList IT Glue flexible assets by type ID, optionally scoped to one organization. Trait previews are bounded; use the get endpoint for complete values.
Instructions
List flexible assets of a given type, optionally restricted to one organization. The type ID is required by the IT Glue API — find it with itglue_list_flexible_asset_types. List items show bounded trait previews (HTML stripped, long values truncated); use itglue_get_flexible_asset for full trait values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | Results per page (default 50, max 1000) | |
| page_number | No | Page number (default 1) | |
| organization_id | No | Restrict to one organization | |
| response_format | No | Output format: human-readable markdown (default) or structured JSON | markdown |
| flexible_asset_type_id | Yes | Flexible asset type ID (required) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| has_more | Yes | ||
| page_number | Yes | ||
| total_count | Yes |