http
GET /api/external-service HTTP/1.1
Host: api.example.com
HTTP/1.1 503 Service Unavailable
Retry-After: Mon, 01 Oct 2025 15:00:00 GMT
Content-Type: application/json
{
"error": "dependency_unavailable",
"message": "External service temporarily unavailable",
"circuit_breaker": "open",
"retry_at": "2025-10-01T15:00:00Z"
}