sac_stories_list
Retrieve all stories from SAP Analytics Cloud with story ID, name, creator, and last modifier. Does not support filtering or owner field; returns all stories on the tenant.
Instructions
List stories via GET /api/v1/stories. WARNING: This endpoint does NOT support OData filtering. All query parameters ($filter, $top, $orderby, etc.) are silently ignored by the SAC API — it always returns every story on the tenant (3000+). The response does NOT include an 'owner' field. Response fields per story: storyId, name, createdBy, changedBy (and optionally model metadata). TO FILTER STORIES BY USER OR TYPE use sac_filerepository_list instead, which supports real OData $filter on createdBy, modifiedBy, resourceType, createdTime, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeModels | No | Include model metadata for each story |