GET
/
api
/
workers
/
{workerId}
/
deployments
/
chat
curl --request GET \
  --url https://brainbase-monorepo-api.onrender.com/api/workers/{workerId}/deployments/chat \
  --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

Response

200
application/json

List of chat deployments

The response is of type object[].