sac_get_story_content
Retrieve a SAC story's content by starting an export job, polling until completion, and downloading the package as base64 bytes.
Instructions
End-to-end: start an export job for a story, poll until complete, then download the package. Returns the export package as base64 bytes plus job metadata. Defaults to a 60-second wait; raise maxWaitSeconds for large stories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| storyId | Yes | The story ID to export | |
| maxWaitSeconds | No | Maximum time to wait for the job to complete (default: 60) | |
| pollIntervalMs | No | How often to poll job status in ms (default: 2000) |