Contains an overview of the aggregated metrics for a pipeline. It includes metrics link the amount of records, bytes, and errors per plugin.
/v1/pipeline_metrics/{pipelineID}
curl -L \ --url 'https://cloud-api.calyptia.com/v1/pipeline_metrics/{pipelineID}' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "measurements": { "ANY_ADDITIONAL_PROPERTY": { "plugins": { "ANY_ADDITIONAL_PROPERTY": { "metrics": { "ANY_ADDITIONAL_PROPERTY": [ { "time": "2025-03-12T04:28:07.191Z", "value": null } ] } } }, "totals": { "ANY_ADDITIONAL_PROPERTY": [ { "time": "2025-03-12T04:28:07.191Z", "value": null } ] } } } }