---
title: "Retrieves conversation configuration identified by the combination of resource id and resource type in the jwt context"
method: GET
path: "/chat/config/conversation"
tags: ["Chat"]
---

# Retrieves conversation configuration identified by the combination of resource id and resource type in the jwt context

`GET /chat/config/conversation`

## Response `200`

The conversation config will be returned

- ConversationConfigResponse
  - `_id` string, required
  - `updated_at` string, date-time, required
  - `created_at` string, date-time, required
  - `__v` integer, required
  - `type` string, required
  - `scribe_user` string, required
  - `neo_user` string, required
  - `resource_id` string
  - `resource_type` 'agency' | 'agencygroup' | 'candidate' | 'systemadmin', required
  - `bots` BotsDef[]
    - `identity` string, required
    - `type` 'scribe_bot' | 'channel_bot', required
  - `notifiers` NotifierDef[]
    - `event` string, required
    - `type` 'slack' | 'microsoft_team' | 'microsoft_team_v2', required
    - `data` NotifierDataDef, required
      - `base_url` string, required
      - `channel` string
      - `name` string, required
      - `inbox_link` string, required
      - `headers` object
        - `token` string
        - `channel_id` string
        - `team_id` string
  - `worker_details` WorkerDetailsDef[]
    - `identity` string, required
    - `type` 'scribe' | 'neo', required
    - `worker_sid` string
    - `worker_attributes` object
    - `member_attributes` object

## Other responses

- `401` — Failed to authenticate the user making the request
- `404` — Resource not found
- `default` — Server error occurred

---

[API](https://skmtc.dev/staffshift/apis/staffshift-api-gateway.md) · [All operations](https://skmtc.dev/staffshift/apis/staffshift-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/staffshift/staffshift-api-gateway/revisions/6e2cb83db3a9/schema)
