---
title: "Fetch Slack Messages"
method: POST
path: "/api/v1/fetch_slack_messages"
tags: ["two_fa_actions"]
---

# Fetch Slack Messages

`POST /api/v1/fetch_slack_messages`

## Headers

- `x-api-key` string, required

## Request body

- FetchSlackMessagesRequest
  - `slack_workspace_domain` string, required
  - `channel_name` string, required
  - `sender_name` string, required
  - `start_2fa_time` string, date-time, required
  - `end_2fa_time` string, date-time, required
  - `endpoint_name` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/optexity/apis/dashboard-backend-api.md) · [All operations](https://skmtc.dev/optexity/apis/dashboard-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/optexity/dashboard-backend-api/revisions/2e974096944a/schema)
