Gluecrawl

Error Codes

Complete table of API error codes and HTTP status codes.

All errors use this envelope:

{
  "error": {
    "code": "error_code_string",
    "message": "Human-readable description."
  }
}
HTTP StatusCodeScenario
401invalid_api_keyMissing, invalid, or revoked API key
402insufficient_creditsInsufficient credits for job/run creation
404not_foundResource not found or not owned by you
409job_not_readyJob not in ready status for run/schedule creation
422validation_errorRequest body validation failed
429rate_limitedRate limit exceeded

Notes

  • 404 is returned for resources that belong to another user (never 403) to prevent enumeration.
  • 401 is identical whether the key never existed or was revoked.

On this page