GET
/
v1
/
pipelines
/
{pipeline_id}
/
jobs
/
{job_id}
/
operator_metric_groups
{
  "data": [
    {
      "metricGroups": [
        {
          "name": "bytes_recv",
          "subtasks": [
            {
              "index": 1,
              "metrics": [
                {
                  "time": 1,
                  "value": 123
                }
              ]
            }
          ]
        }
      ],
      "nodeId": 1
    }
  ]
}

Path Parameters

pipeline_id
string
required

Pipeline id

job_id
string
required

Job id

Response

200 - application/json
Got metric groups
data
object[]
required