Discussions

Ask a Question
Back to all

Compensations API v2 504 Gateway timeout

Hello,

I am currently getting back a 504 Gateway timeout when requesting compensations via this endpoint:

https://api.personio.de/v2/compensations

{
    "personio_trace_id": "009c1f13-b0a5-4507-9f9f-9de369a5d469",
    "timestamp": "2026-02-03T13:26:50Z",
    "errors": [
        {
            "title": "Gateway Timeout",
            "detail": " ,  ",
            "type": "https://developer.personio.de/v2.0/page/public-api-error-codes#apigateway_timeout",
            "_meta": {}
        }
    ]
}

I also tried limiting the request ton a few days / only 10 entries. Same result.
All other endpoints (such as v1 employees or compensation types) seem to work fine.

I do not see this issue listed on your status page, is the endpoint broken for other users as well?