Get chat details.

GET /data/entities/{entity_id}/chat

Path parameters

  • entity_id integer Required

    ID of the entity related to the chat

Responses

  • 200

    Chat information

GET /data/entities/{entity_id}/chat
curl \
 -X GET http://localhost:8080/api/data/entities/{entity_id}/chat \
 -H "Authorization: $API_KEY"