Get It Done Logo
Get It Done
HTTP 500internal_error

Internal server error

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 response

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

The type field resolves to this page: https://nowgetitdone.com/docs/api/problems/internal-error

Related