| Status code | Example |
Sending an invalid format as part of the page parameter. | 400 | {
"title": "Query parameter type mismatch.",
"status": 400,
"detail": "Invalid query parameter type.",
"errorCode": "GENERAL_PARAMETER_MISSMATCH"
}
|
Sending an invalid format as part of the pageSize parameter. | 400 | {
"title": "Query parameter type mismatch.",
"status": 400,
"detail": "Invalid query parameter type.",
"errorCode": "GENERAL_PARAMETER_MISSMATCH"
}
|
Sending an invalid format as part of the pageSize parameter. | 400 | {
"title": "Query parameter type mismatch.",
"status": 400,
"detail": "Invalid query parameter type.",
"errorCode": "GENERAL_PARAMETER_MISSMATCH"
}
|
| Requesting a non-existing path. | 404 | {
"title": "Path not found.",
"status": 404,
"detail": "The path does not exist.",
"errorCode": "GENERAL_NOTFOUND_PATH"
}
|
| Unexpected server-side error. | 500 | {
"title": "Unexpected error.",
"status": 500,
"detail": "Something went wrong while handling the request. Please contact Celonis customer support. Celonis Support ID: 671d3bdc-9feb-45ff-b367-7b47470d4680",
"errorCode": "ADMIN_FATAL_ERROR"
}
|
| Rate limit has been exceeded. | 429 | {
"title": "Rate limit exceeded",
"status": 429,
"detail": "Rate limit for INTELLIGENCE_API_RATE_LIMIT is exceeded. Please try again at 06:10:41 UTC.",
"errorCode": "LIMIT_RATE_EXCEEDED"
}
|
| Rate limit is not found for the size defition. | 404 | {
"title": "Limit MAX_REQUESTS not found.",
"status": 404,
"detail": "Limit MAX_REQUESTS in size L not found.",
"errorCode": "LIMIT_SIZE_NOTFOUND"
}
|
| Rate limit is not properly configured. | 404 | {
"title": "Limit MAX_REQUESTS not found.",
"status": 404,
"detail": "Invalid limit configuration.",
"errorCode": "LIMIT_NOTFOUND"
}
|