Skip to main content
GET
/
slack
/
channels
Get Slack channels for an app
curl --request GET \
  --url https://core.ravenna.ai/api/slack/channels \
  --header 'x-ravenna-api-token: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "is_channel": true,
    "is_group": true,
    "associatedChannel": {
      "id": "<string>",
      "type": "DM",
      "appId": "<string>",
      "app": "<any>",
      "private": true,
      "channelId": "<string>",
      "channelName": "<string>",
      "mirrorTs": "<string>",
      "workspaceId": "<string>",
      "workspace": {
        "id": "<string>",
        "name": "<string>"
      },
      "queueId": "<string>",
      "queue": {
        "id": "<string>",
        "name": "<string>",
        "emoji": "<string>",
        "workspaceId": "<string>"
      },
      "agentId": "<string>",
      "slackUserId": "<string>",
      "userId": "<string>",
      "ticketId": "<string>",
      "contextTeamId": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "deletedAt": "<string>"
    },
    "isAssociated": true
  }
]

Authorizations

x-ravenna-api-token
string
header
required

Query Parameters

appId
string
required

Response

Successful response

isAssociated
boolean
required
id
string
name
string
is_channel
boolean
is_group
boolean
associatedChannel
object
{key}
any