Read snapshot file
src_readUse this when you need to read a specific file from an app's source snapshot. Returns file content with line-based pagination (offset/limit). Handles both text and binary files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of lines to return (max 2000) | |
| app_id | Yes | Target app id | |
| offset | No | Line offset to start reading from (0-indexed) | |
| version | No | Version to read from (defaults to applied version) | |
| file_path | Yes | Path to the file to read |