GET
/
workspaces
/
{id}
curl --request GET \
  --url https://core.api.ravennahq.com/api/workspaces/{id} \
  --header 'x-ravenna-api-token: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "slug": "<string>",
  "organizationId": "<string>",
  "creatorId": "<string>",
  "private": true,
  "color": "tomato",
  "slackBotIconUrl": "<string>",
  "slackBotUsername": "<string>",
  "defaultQueueId": "<string>",
  "slackTriageChannel": {
    "id": "<string>"
  },
  "activePersonality": {
    "id": "<string>",
    "workspaceId": "<string>",
    "tone": "<string>",
    "emoji": "<string>",
    "length": "<string>",
    "greeting": "<string>",
    "branding": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>"
  },
  "settings": {
    "id": "<string>",
    "ticketAssigneeScope": "<string>"
  },
  "createdAt": "<string>",
  "updatedAt": "<string>",
  "deletedAt": "<string>"
}

Authorizations

x-ravenna-api-token
string
header
required

Path Parameters

id
string
required

Response

200
application/json

Successful response

The response is of type object.