sac_resources_list
List SAP Analytics Cloud resources using OData v2 (XML/Atom). For filtered results with JSON, use the filerepository list tool.
Instructions
List resources via GET /api/v1/Resources (OData v2, returns XML/Atom format — not recommended for filtering). Use sac_filerepository_list for JSON responses with working OData $filter support.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| $top | No | Max results (default 20) | |
| $skip | No | Skip N results | |
| $expand | No | Expand related entities | |
| $filter | No | OData filter | |
| $format | No | Response format | |
| $select | No | Comma-separated fields | |
| $orderby | No | e.g. 'name desc' | |
| $inlinecount | No | Include total count |