get
http://localhost:3002/issues
Retrieve a paginated list of issues detected by Hud.
Filtering Options:
- Filter by environment (default: production)
- Filter by service ID(s) or service name(s)
- Filter by time range (relative like "7d" or explicit ISO 8601 timestamps)
- Filter by custom tags
Response: Returns an array of issues with pagination metadata. Each issue includes:
- Issue details (id, type, title, summary)
- Timing information (first_seen_at, last_seen_at)
- Affected entity details (endpoint, queue, or function)
- Source function
Example:
GET /issues?relative_time_frame=7d&service_name=payment-service&limit=10
