get https://app.bigeye.com/api/v1/metrics
Get a list of metrics filtered by a particular table.
curl -u username:password 'https://app.bigeye.com/api/v1/metrics?tableIds=992'
Filtering by table name requires warehouse filter as well
curl -u username:password 'https://app.bigeye.com/api/v1/metrics?tableName=payments&warehouseIds=189'