Genbase
ApiAgent

Get Module Status

GET
/chat/{module_id}/status

Authorization

AuthorizationRequiredBearer <token>

JWT Token for authenticated users (obtained via /auth/jwt/login).

In: header

Path Parameters

module_idRequiredstring

Module ID

curl -X GET "http://localhost:8000/chat/string/status" \
  -H "Authorization: Bearer <token>"

Successful Response

{
  "module_id": "string",
  "state": "STANDBY",
  "last_updated": "2019-08-24T14:15:22Z"
}