Contains an overview of the aggregated metrics for a pipeline. It includes metrics link the amount of records, bytes, and errors per plugin.
OK
const response = await fetch('https://cloud-api.calyptia.com/v1/pipeline_metrics/{pipelineID}', { method: 'GET', headers: { "Authorization": "Bearer <token>" }, }); const data = await response.json();
{}