Get chat messages for an entity.

GET /data/entities/{entity_id}/chat/messages

Path parameters

  • entity_id integer Required

    ID of the entity related to the chat

Responses

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