GET
/
api
/
workers
/
{workerId}
/
deployments
/
chat
/
{deploymentId}
curl --request GET \
  --url https://brainbase-monorepo-api.onrender.com/api/workers/{workerId}/deployments/chat/{deploymentId} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "allowedUsers": "<string>",
  "welcomeMessage": "<string>",
  "llmModel": "<string>",
  "modelConfig": {},
  "chatAgentId": "<string>"
}

Authorizations

x-api-key
string
header
required

API key authentication

Path Parameters

workerId
string
required
deploymentId
string
required

Response

200
application/json

Chat deployment details

The response is of type object.