GetItDoneGetItDone Docs
Public APIError codes
Public APIError codes

Internal server error (internal_error)

What the GetItDone API problem code internal_error (HTTP 500) means, what causes it, and how to fix it.

What it means

Something failed on our side. The response carries a request_id for support.

Likely causes

  • An unexpected server-side error.

How to fix

  • Retry after a short delay — transient errors usually clear.
  • If it persists, contact support and quote the request_id from the response.

Example problem+json

{
    "type": "https://nowgetitdone.com/docs/api/problems/internal-error",
    "title": "Internal server error",
    "status": 500,
    "code": "internal_error",
    "request_id": "req_a1b2c3d4"
}

On this page