{
"status": "error",
"error": {
"code": "RESOURCE_NOT_FOUND",
"message": "Pipeline with id 'xyz' not found",
"details": {}
}
}
`
## Common Error Codes
| Code | Status | Description |
|------|--------|-------------|
| UNAUTHORIZED | 401 | Invalid or missing authentication |
| FORBIDDEN | 403 | Insufficient permissions |
| RESOURCE_NOT_FOUND | 404 | Resource does not exist |
| VALIDATION_ERROR | 422 | Invalid request body |
| RATE_LIMITED | 429 | Too many requests |
| INTERNAL_ERROR | 500 | Server error |
## See Also
- [Rate Limits](/docs/api-reference/rate-limits)
- [Authentication](/docs/api-reference/authentication)