---
title: "Read the Slack conversation thread for a Slack-made sandbox"
method: GET
path: "/api/v0beta1/sandboxes/{id}/slack-conversation"
tags: ["Sandboxes"]
---

# Read the Slack conversation thread for a Slack-made sandbox

`GET /api/v0beta1/sandboxes/{id}/slack-conversation`

## Path parameters

- `id` string, required

## Response `200`

Conversation thread, or `{ conversation: null }` when the sandbox was not made by Slack or has no conversation yet.

- SlackConversationResponse
  - `conversation` object, nullable, required
    - `conversation_id` string, required
    - `team_id` string, required
    - `team_name` string, nullable, required
    - `channel_id` string, required
    - `channel_name` string, nullable, required
    - `thread_id` string, required
    - `status` string, nullable, required
    - `agent_name` 'claude' | 'codex' | 'null', nullable, required
    - `messages` object[], required
      - `id` string, required
      - `author` string, required
      - `direction` 'inbound' | 'outbound', required
      - `contents` string, required
      - `occurred_at` union, required
        - string
        - string, date-time
      - `is_error` boolean, required

## Other responses

- `401` — Error
- `403` — Error
- `404` — Error

---

[API](https://skmtc.net/amika/apis/amika-api.md) · [All operations](https://skmtc.net/amika/apis/amika-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/amika/amika-api/revisions/664536fccd0e/schema)
