slack_get_file_info
Retrieve metadata and comments for a Slack file by ID, including pagination, without downloading content.
Instructions
Get metadata about a Slack file (no content download).
Args: file_id: File ID (starts with F) count: Number of comments per page (default: 100) page: Page of comments (default: 1)
Returns: File metadata, comments, and pagination info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| count | No | ||
| file_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||