slack_get_channel_history
Retrieve recent messages from a Slack channel by providing the channel ID. Use this to fetch conversation history for context, audits, or analysis.
Instructions
Fetch recent messages from a Slack channel.
Args: channel (required): Channel ID. limit: Max messages. oldest: Lower-bound timestamp (Slack ts format). project_id: Authenticated Project UUID. project_ref: Exact project correlation reference. connector_account_ref: Project-bound connector account alias. idempotency_key: Stable business-action identity. effect: Required and must be read; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| effect | Yes | ||
| oldest | No | ||
| channel | No | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |