---
title: "Set Channel Auto Investigate"
method: POST
path: "/api/slack-channels/{channel_id}/auto-investigate"
---

# Set Channel Auto Investigate

`POST /api/slack-channels/{channel_id}/auto-investigate`

Enable or disable auto-investigation for a specific Slack channel.

Body: { "auto_investigate": true | false }
- true: auto-investigate bot messages in this channel
- false: don't auto-investigate (can still be overridden by 'investigate' rules)

## 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)
