Hello team,
I am trying to call the data bricks genie APIs from a frontend with NodeJS. I was able to test most of the APIs and was successful in getting response from all.
But since yesterday afternoon, the below API
GET /api/2.0/genie/spaces/{space_id}/conversations/{conversation_id}/messages/{message_id} is not giving any response and today it starting throwing an error with code 500 http://localhost:3000/api/spaces/01f0xxxxxx55/conversations/01f0xxxxxxx3cae/messages/01f0xxxxxxx8ab9 500 (Internal Server Error) Any help to fix this error would be appreciated. Thanks