Query list ticket error 500

[Problem/Question]
I used Platform API to get list ticket of sendbird_id and agent. But i got error 500.
Endpoint:
https://desk-api-{{APP_ID}}.sendbird.com/platform/v1/tickets?agent=id&sendbird_id=userid

Response:

<!doctype html>
<html lang="en">

<head>
	<title>Server Error (500)</title>
</head>

<body>
	<h1>Server Error (500)</h1>
	<p></p>
</body>

</html>

[Frequency]
100%

[Current impact]
Cannot fetch list ticket

It seems i sent wrong agentId.
But the api should catch the 500 error with json format.

Hello @zdungx, and welcome to the Sendbird Community!

Thank you for letting us know, I have raised a request to our engineering team to have this looked at.

Hello @zdungx,

Our engineering team has deployed a fix to display the correct error message when an invalid parameter is passed.

thank you so much @Ian