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.
- HTTP status: 500
- Problem type URI: https://nowgetitdone.com/docs/api/problems/internal-error
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_idfrom 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"
}Related
Dependency link would create a loop (dependency_cycle)
What the GetItDone API problem code dependency_cycle (HTTP 409) means, what causes it, and how to fix it.
API reference
Every operation in the GetItDone public REST API, grouped by resource — organizations, tasks, projects, the daily plan, attachments, members, usage, API keys, and webhooks.