files_info
Retrieve metadata and comments for a Slack file. Optionally request the full response for detailed information.
Instructions
Get information about a file. Set detailed=True for full response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ID of the file to get info about (e.g. ``F0123``). | |
| page | No | Page number of comments to return (deprecated pagination). | |
| count | No | Number of comments to return per page (deprecated pagination). | |
| limit | No | Maximum number of comments to return per page. | |
| cursor | No | Pagination cursor from a prior response's ``response_metadata.next_cursor``. | |
| detailed | No | Return the full Slack response instead of the compacted summary when ``True``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||