Pipeline metrics

Pipeline metrics

Contains an overview of the aggregated metrics for a pipeline. It includes metrics link the amount of records, bytes, and errors per plugin.

GEThttps://cloud-api.calyptia.com/v1/pipeline_metrics/{pipelineID}
Authorization
Path parameters
pipelineID*string (uuid)
Query parameters
Response

OK

Headers
Body
measurements*object
Request
const response = await fetch('https://cloud-api.calyptia.com/v1/pipeline_metrics/{pipelineID}', {
    method: 'GET',
    headers: {
      "Authorization": "Bearer <token>"
    },
});
const data = await response.json();
Response
{}