Discussions

Ask a Question
Back to All

Occasional HTTP/1.1 500 Internal Server Error when accessing https://api.personio.de/v1/company/attendances

Hello,

I call https://api.personio.de/v1/company/attendances every 5 minutes and most of the time the server responds with 200, but a handful of times during a day i get a 500. The times at which I get the error seems to be random. I've had this problem consistently since implementing the endpoint into our workflows two weeks ago.

Example URL i called that failed and then 5 minutes later worked:

https://api.personio.de/v1/company/attendances?limit=100&offset=0&start_date=2024-12-05&end_date=2024-12-05

HTTP/1.1 500 Internal Server Error Date: Thu, 05 Dec 2024 14:45:14 GMT Content-Type: application/json Content-Length: 71 Connection: keep-alive Vary: Origin Vary: Access-Control-Request-Method Vary: Access-Control-Request-Headers X-RateLimit-Remain

Before fetching employee attendances i request an authentication token which never has problems, even at times at which the employee attendances respond with an internal server error.

Is there anyone from Personio that can look into this maybe?

Kindly,

Andreas