---
title: "Set Channel Investigate All Messages"
method: POST
path: "/api/slack-channels/{channel_id}/investigate-all-messages"
---

# Set Channel Investigate All Messages

`POST /api/slack-channels/{channel_id}/investigate-all-messages`

Enable or disable human message investigation for a specific Slack channel.

Body: { "investigate_all_messages": true | false }
- true: investigate human messages in this channel.
- false: revert to bot-only investigation (unless rules match).

## Path parameters

- `channel_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/deeptrace/apis/fastapi.md) · [All operations](https://skmtc.net/deeptrace/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeptrace/fastapi/revisions/4e792a4f0e21/schema)
